Skip to content

Commit 889f7ce

Browse files
Update CHANGELOG.md
Co-authored-by: Nikola Forró <[email protected]>
1 parent d1cee41 commit 889f7ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# 0.24.0
22

3-
- Improve type annotations for UserList subclasses (#299)
4-
- Fix typos in the README (#300)
3+
- Improved type annotations for `UserList` subclasses. (#299)
54
- Macro definitions gained a new `commented_out` property indicating that a macro definition is commented out. Another new property, `comment_out_style`, determines if it is achieved by using a `%dnl` (discard next line) directive (e.g. `%dnl %global prerelease beta2`) or by replacing the starting `%` with `#` (e.g. `#global prerelease beta2`). (#298)
65

76
# 0.23.0

0 commit comments

Comments
 (0)