Skip to content

Commit

Permalink
Add a changelog entry for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aabounegm committed Sep 27, 2023
1 parent 7d50b51 commit 3408ab1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to the "rzk-1-experimental-highlighting" extension will be d

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.4.1 - 2023-09-27

### Added

- The extension now provides the option to build `rzk` via [stack](https://docs.haskellstack.org/en/stable/) or [cabal](https://www.haskell.org/cabal/).

### Changed

- Updated extension name and description to reflect the newly added features (with LSP).

### Fixed

- Defined `wordPattern` to help VS Code recognize how an identifier looks like in Rzk. This should fix IntelliSense completion for identifiers with non-alpha characters.

## v0.4.0 - 2023-09-23

### Added
Expand Down

0 comments on commit 3408ab1

Please sign in to comment.