From c98bb016ff464f9d267be6863b4da24672696d77 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Thu, 7 Mar 2019 13:43:50 +0100 Subject: [PATCH] Fixed headers in the changelog being too big. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47650dc..a79b5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## Added +### Added - Contributing guide (Thanks to @roipoussiere, #54). - Issue templates. - Standardized changelog file. -## Changed +### Changed - Finish rewrite of README (Thanks to @roipoussiere, #54). - Image and link prompt fill with "https://" by default. - Link to markdown guide to https://www.markdownguide.org/basic-syntax/. -## Fixed +### Fixed - Backwards compatibility in the API with SimpleMDE 1.0.0 (#41). - Automatic publish of master branch to `@next` -## Removed +### Removed - Distribution files from source-control. ## [2.5.1] - 2019-01-17