summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/citation-style-language/CHANGELOG.md')
-rw-r--r--biblio/citation-style-language/CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/biblio/citation-style-language/CHANGELOG.md b/biblio/citation-style-language/CHANGELOG.md
index 85ffb9f43d..312b82ef03 100644
--- a/biblio/citation-style-language/CHANGELOG.md
+++ b/biblio/citation-style-language/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.4.5] - 2023-10-05
+
+### Fixed
+
+- Fix tilde (nonbreakable space) incorrectly displayed in LuaTeX ([#42](https://github.com/zepinglee/citeproc-lua/issues/42)).
+- If no style is defined, a warning is given and the default APA style will be used ([#43](https://github.com/zepinglee/citeproc-lua/issues/43)).
+- The JSON decoding error is now correctly issued.
+
## [0.4.4] - 2023-09-16
### Fixed
@@ -146,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial CTAN release.
-[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.4...HEAD
+[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.5...HEAD
+[0.4.5]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.1...v0.4.2