From f99578c04accb449f8922aea7d47b7d62fbf92b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Grabovsk=C3=BD?= Date: Wed, 11 Aug 2021 14:11:55 +0200 Subject: [PATCH] changelog: Fix links to commits Fix links to git commits in headings and add dates of last two releases. Signed-off-by: guojin17 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3946a0..7b6b0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## [2.15.2] +## [2.15.2] - 2021-06-02 ### Changed - Use GLib for computing SHA-1 digests @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Memory management issues -## [2.15.1] +## [2.15.1] - 2021-05-04 ### Added - ignored_words: add more "key" variations - Add support for excluding whole elements from search for sensitive words @@ -275,7 +275,9 @@ files. functions reporting errors through errno. -[Unreleased]: https://github.com/abrt/libreport/compare/2.15.0...HEAD +[Unreleased]: https://github.com/abrt/libreport/compare/2.15.2...HEAD +[2.15.2]: https://github.com/abrt/libreport/compare/2.15.1...2.15.2 +[2.15.1]: https://github.com/abrt/libreport/compare/2.15.0...2.15.1 [2.15.0]: https://github.com/abrt/libreport/compare/2.14.0...2.15.0 [2.14.0]: https://github.com/abrt/libreport/compare/2.13.1...2.14.0 [2.13.1]: https://github.com/abrt/libreport/compare/2.13.0...2.13.1 -- 1.8.3.1