summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-21 20:31:00 +0000
committerKarl Berry <karl@freefriends.org>2022-03-21 20:31:00 +0000
commit52f56de7f55c46a0b7828643dcebd15a9434f785 (patch)
treef8e006e7c2d622ab79ea1ca11ecc2872989ece84 /Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
parent5e085e8a7caf39de08814a984c375e211963bc2a (diff)
citation-style-language (21mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62863 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md b/Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
index db814dbb55a..1c6b2df688e 100644
--- a/Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/citation-style-language/CHANGELOG.md
@@ -7,11 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [v0.1.1] - 2022-03-21
+
+### Added
+
+- Add support for [CSL v1.0.2](https://github.com/citation-style-language/schema/releases/tag/v1.0.2).
+- Add CSL-JSON format in `\addbibresource` ([#11](https://github.com/zepinglee/citeproc-lua/issues/11)).
+- Add multicite command `\cites` ([#10](https://github.com/zepinglee/citeproc-lua/issues/10)).
+- Add URL format setup.
+
+### Fixed
+
+- Fix the incompatibility with `babel` ([#9](https://github.com/zepinglee/citeproc-lua/issues/9)).
+- Fix missing `\url` commands in bibliography ([#12](https://github.com/zepinglee/citeproc-lua/issues/12)).
+
## [v0.1.0] - 2022-01-22
### Added
- Initial CTAN release.
-[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.1...HEAD
+[v0.1.1]: https://github.com/zepinglee/citeproc-lua/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/zepinglee/citeproc-lua/releases/tag/v0.1.0