From 02c0fc80251603061a27cdd1fa5b1120e83e1868 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 25 Mar 2020 08:54:24 +0100 Subject: [PATCH] added restart changes to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85a7d964e..465214482d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +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 ### Changed - Update resteasy to version 4.5.2.Final @@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - EventSource Polyfill +- ClassLoader based restart logic ### 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))