diff options
author | Norbert Preining <norbert@preining.info> | 2023-09-17 03:01:17 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-09-17 03:01:17 +0000 |
commit | e30e1de3ed00a127608d88a118c0b3f0b59a9dca (patch) | |
tree | ff5560fb792a24fce0c88a5c1b1ce56082f6c765 /biblio/citation-style-language/CHANGELOG.md | |
parent | 659df224f4771e4390206a6663bcb78808d99767 (diff) |
CTAN sync 202309170301
Diffstat (limited to 'biblio/citation-style-language/CHANGELOG.md')
-rw-r--r-- | biblio/citation-style-language/CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/biblio/citation-style-language/CHANGELOG.md b/biblio/citation-style-language/CHANGELOG.md index b4f84afd44..85ffb9f43d 100644 --- a/biblio/citation-style-language/CHANGELOG.md +++ b/biblio/citation-style-language/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4] - 2023-09-16 + +### Fixed + +- Fix a disambiguation bug with names from conditional branches. +- Fix a typo related to `beamer` compatibility ([#41](https://github.com/zepinglee/citeproc-lua/issues/41#issuecomment-1715538773)). + ## [0.4.3] - 2023-09-07 ### Added @@ -139,7 +146,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.3...HEAD +[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.4...HEAD +[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 [0.4.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.4.0...v0.4.1 |