Changelog
All notable Changes to the Julia package Glossaries.jl are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 (August 30, 2026)
Fixed
- The
Keywordformatter now keeps= defaultinside the code span when a customtype=string is given, matching the documented $`name::type = default`$ format.
0.1.1 (January 14, 2026)
Fixed
- Corrected function printing logic in
terms.jlwhere the number of arguments check was too restrictive.
0.1.0 (January 8, 2026)
Added
- Initial release of
Glossaries.jl