Added missing CHANGELOG entry

This commit is contained in:
Jarryd Beck 2023-02-13 07:30:11 +11:00
parent 799ee0e3e8
commit b80bdfddf0

View File

@ -10,6 +10,7 @@ options. The project adheres to semantic versioning.
* Support for multiple long names for the same option (= multiple long aliases)
* Add a `program()` function to retrieve the program name.
* Added a .clang-format file.
* Added iterator and printing for a ParseResult.
### Changed