From f08978dad47a8ec56b7b0b43ddfff71551d9f118 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 25 Apr 2020 17:33:03 +0200 Subject: [PATCH] added pr link to changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5bc19503..b9c76571a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Removed the `requires` attribute on the `@Extension` annotation and instead create a new `@Requires` annotation ([#1097](https://github.com/scm-manager/scm-manager/pull/1097)) -- Use os specific locations for scm home directory -- Use Library/Logs/SCM-Manager on OSX for logging +- Use os specific locations for scm home directory ([1109](https://github.com/scm-manager/scm-manager/pull/1109)) +- Use Library/Logs/SCM-Manager on OSX for logging ([1109](https://github.com/scm-manager/scm-manager/pull/1109)) ## [2.0.0-rc7] - 2020-04-09 ### Added