From b969ef661bb40f67d846588c4d5c768afa33f970 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 9 Mar 2024 19:31:42 +0100 Subject: [PATCH] docs: update changelog --- docs/changelog.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 926450b..bff3582 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,10 +9,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). [Click here to see the unreleased changes.](https://github.com/sinaatalay/rendercv/compare/v1.2...HEAD) - +### Added +--> + +## [1.3] - 2024-03-09 + +### Fixed +- The `journal` is now displayed in the `PublicationEntry`of the `sb2nov` theme. + +### Changed +- Future dates are now allowed. +- Authors' first names are no longer abbreviated in `PublicationEntry`. +- Markdown is now supported in the `authors` field of `PublicationEntry`. +- `doi` field is now optional for `PublicationEntry`. + +### Added +- CLI documentation has been added to the user guide. ## [1.2] - 2024-02-27 @@ -47,5 +63,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - The reference has been rewritten. - The build system has been changed from `setuptools` to `hatchling`. +[1.3]: https://github.com/sinaatalay/rendercv/releases/tag/v1.3 [1.2]: https://github.com/sinaatalay/rendercv/releases/tag/v1.2 [1.1]: https://github.com/sinaatalay/rendercv/releases/tag/v1.1