From 554b7b7a28b768e29567e807fcce381a331cd988 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:46:25 +0900 Subject: [PATCH] Adjust changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)