From 4857aef2c827200cb1fa8386bc31f11d38a52d1f Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 29 Jan 2020 15:13:22 +0100 Subject: [PATCH] added missing changelog entries --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4dda164a..7025418b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - A new repository can be initialized with a branch (for git and mercurial) and custom files (README.md on default) - Plugins are validated directly after download - Code highlighting in diffs +- Switch between rendered version and source view for Markdown files + ### Changed - Stop fetching commits when it takes too long @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create mock subject to satisfy legman - Multiple versions of hibernate-validator caused problems when starting from plugins - Page title is now set correctly +- Restart after migration ## 2.0.0-rc1 - 2019-12-02 ### Added