Skip to content

Commit

Permalink
Update changelog for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus authored Sep 5, 2024
1 parent ccf2051 commit d0f6e8d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# 1.3 (not yet on MELPA stable)
# Next Version

No changes yet.

# 1.3

Fixed infinite loops when XHP is nested in a comment

Removed highlighting for obsolete keywords `array`, `record`,
`__COMPILER_HALT_OFFSET`.

Added highlighting for keywords `nameof`, `internal`, and `readonly`.

Make keyword highlighting case-sensitive.

Don't treat `#` as a comment anymore, as that syntax has been taken
by enum classes.

# 1.2

Improved indentation for `|>`, generics, and vec literals.
Expand Down

0 comments on commit d0f6e8d

Please sign in to comment.