From 92ab80cb7d5b6b2d7366b78e784086c5106322a0 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 25 Mar 2020 08:57:10 +0100 Subject: [PATCH] added missing pr references to changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465214482d..948b311b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added - Extension point to add links to the repository cards from plug ins ([#1041](https://github.com/scm-manager/scm-manager/pull/1041)) -- Libc based restart strategy for posix operating systems -- Notification if restart is not supported on the underlying platform +- Libc based restart strategy for posix operating systems ([#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)) ### Changed - Update resteasy to version 4.5.2.Final @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - EventSource Polyfill -- ClassLoader based restart logic +- ClassLoader based restart logic ([#1079](https://github.com/scm-manager/scm-manager/pull/1079)) ### Fixed - Build on windows ([#1048](https://github.com/scm-manager/scm-manager/issues/1048), [#1049](https://github.com/scm-manager/scm-manager/issues/1049), [#1056](https://github.com/scm-manager/scm-manager/pull/1056))