Skip to content

Commit b8e8395

Browse files
committed
CHANGELOG: restore entries mangled by JetBrains/gradle-changelog-plugin#147
1 parent 2305b09 commit b8e8395

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
- macro calls: optional semantic highlighting ("rainbow colors")
1717

1818
### Fixed
19-
- - support enclosed in `< ... >` for parameter containing `,` (`MESSAGE <"some text",10>`)
19+
- macro call parameters
20+
- support enclosed in `< ... >` for parameter containing `,` (`MESSAGE <"some text",10>`)
2021
- support register lists (`PUSH D0/D3/A0-A2`)
2122
- support control registers (`DFC`, `SFC`, `VBR`)
2223
- "current PC" for `(*-1)` expression
@@ -27,7 +28,8 @@
2728
- support `CPU32` directive
2829
- support `FPU` directive
2930
- support `OUTPUT` directive
30-
- - macro call parameters
31+
- support _Code | Move Element Left/Right_
32+
- macro call parameters
3133
- `CMPM`
3234
- `DR` directive
3335
- `IFC`/`IFNC` conditional assembly directive
@@ -38,7 +40,8 @@
3840
- fix assertion via "Directives" reference documentation provider invoked on macro call [#44](https://github.com/YannCebron/m68kplugin/issues/44)
3941

4042
### Changed
41-
- - conditional assembly/macro directives
43+
- Improve _Edit | Extend/Shrink Selection_ for blocks inside
44+
- conditional assembly/macro directives
4245
- `DBcc` loops
4346

4447
## 0.1.4

0 commit comments

Comments
 (0)