diff --git a/CHANGELOG.md b/CHANGELOG.md index f656d7d..22233eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## 0.3.2 (2024-08-06) - Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather - than `String` plus `Scanner`, for instance [#13](https://github.com/ybiquitous/rbs-mode/pull/13). + than `String` plus `Scanner`, for instance ([#13](https://github.com/ybiquitous/rbs-mode/pull/13)). ## 0.3.1 (2021-04-30) @@ -13,11 +13,11 @@ ## 0.3.0 (2021-04-26) -- Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5). +- Add simple indentation ([#5](https://github.com/ybiquitous/rbs-mode/pull/5)). ## 0.2.0 (2021-04-19) -- Enable `comment-use-syntax` [#4](https://github.com/ybiquitous/rbs-mode/pull/4). +- Enable `comment-use-syntax` ([#4](https://github.com/ybiquitous/rbs-mode/pull/4)). ## 0.1.0 (2021-04-12)