0.24.0
·
264 commits
to main
since this release
- Improved type annotations for
UserListsubclasses. (#299) - Macro definitions gained a new
commented_outproperty 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)