diff --git a/CHANGES.md b/CHANGES.md index 2ab336785..df78f9d54 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,8 @@ Tue Jun 18 12:00:42 CEST 2024 use when looking for occurrences. - A new `UNIT_NAME` configuration directive that can be used to tell Merlin the correct name of the current unit in the presence of wrapping (#1776) + - A new `WRAPPING_PREFIX` configuration directive that can be used to tell Merlin + what to append to the current unit name in the presence of wrapping (#1788) - Perform incremental indexation of the buffer when typing. (#1777) - `merlin-lib.commands`: Add a `find_command_opt`` alternative to `find_command` that does not raise (#1778)