From 2f8b0d3e3729667b60bf9598f460b20a98a1c84e Mon Sep 17 00:00:00 2001 From: Paul-Elliot Date: Wed, 13 Dec 2023 20:38:07 +0100 Subject: [PATCH] Count occurrences: fix change entry Signed-off-by: Paul-Elliot --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7ab0c10c53..9ab5191c07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # (unreleased) +### Added + +- Improve jump to implementation in rendered source code, and add a + `count-occurrences` flag and command to count occurrences of every identifiers + (@panglesd, #976) + # 2.4.0 ### Added @@ -11,8 +17,6 @@ - Display 'private' keyword for private type extensions (@gpetiot, #1019) - Allow to omit parent type in constructor reference (@panglesd, @EmileTrotignon, #933) -- Add jumps to documentation in rendered source code, and a `count-occurrences` - flag and command to count occurrences of every identifiers (@panglesd, #976) ### Fixed