aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-18 17:12:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-18 17:12:20 -0400
commit383a942bb3fe05be887a6622ca5ed86e9bba0662 (patch)
tree381ca712bbbeb36308fb2866c3b4c516626b1abf /CHANGES.md
parent48aa524e8c5aab6632c680971a8a31c542121993 (diff)
Added automatic manpages.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eade606c..096457bd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -42,6 +42,8 @@
- `Text.from_utf8()`/`Text.utf8()`
- `Text.from_utf16()`/`Text.utf16()`
- `Text.from_utf32()`/`Text.utf32()`
+- Added automatic manpage generation.
+- Major improvements to robustness of CLI argument parsing.
- Fixed bugs:
- `Int.parse()` had a memory bug.
- Breaking out of a `for line in file.by_line()!` loop would leak file handle