Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Nov 14, 2023
1 parent 4178db5 commit 3570d95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3570d95

Please sign in to comment.