From 3570d954e2c5413f575198162a0849db0e7a5057 Mon Sep 17 00:00:00 2001 From: Jon Manning Date: Tue, 14 Nov 2023 15:06:58 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5901a5bc2..567a086ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +### Changed + +### Removed + +## [2.4.0] 2023-11-14 + +### Added + - Added a new method, `Utility.TagLines`, which will eventually replace the now deprecated `AddTagsToLines` method. - Added a new method, `Program.LineIDsForNode`, which allows you to get the list of all line IDs in a node. - Added a new function, `format_invariant`, which formats a number as a string using the invariant culture (rather than the end-user's current culture.) @@ -49,7 +57,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Flagged the `Utility.AddTagsToLines` method as obsolete. - Fixed a bug where escaped characters weren't being correctly added back into the file after adding line tags. - ### Removed ## [2.3.1] 2023-07-04