From 47723c476c908f16f6979fc095a77e4615771d1f Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 26 Mar 2020 11:44:57 +0100 Subject: [PATCH] added new extension points to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daee9aa86b..ef7a64521b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Libc based restart strategy for posix operating systems ([#1079](https://github.com/scm-manager/scm-manager/pull/1079)) - Simple restart strategy with System.exit ([#1079](https://github.com/scm-manager/scm-manager/pull/1079)) - Notification if restart is not supported on the underlying platform ([#1079](https://github.com/scm-manager/scm-manager/pull/1079)) +- Extension point before title in repository cards (`repository.card.beforeTitle`) +- Extension point after title on repository detail page (`repository.afterTitle`) ### Changed - Update resteasy to version 4.5.2.Final