From a7f42621662ee1221ebf47a690b9f24cb1dfbdc6 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Sat, 12 Dec 2020 00:38:19 +0100 Subject: [PATCH] Update changelog for PR #272 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4121c..6bbca06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to easymde will be documented in this file. 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] +### Fixed +- An error when both `sideBySideFullscreen` and `status` were set to `false` (Thanks to [@joahim], [#272]). + ## [2.13.0] - 2020-11-11 ### Added - CodeMirror autorefresh plugin and autoRefresh option (Thanks to [@mbolli], [#249]). @@ -197,6 +200,7 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [#9]: https://github.com/Ionaru/easy-markdown-editor/issues/9 +[#272]: https://github.com/Ionaru/easy-markdown-editor/pull/272 [#267]: https://github.com/Ionaru/easy-markdown-editor/pull/267 [#249]: https://github.com/Ionaru/easy-markdown-editor/pull/249 [#244]: https://github.com/Ionaru/easy-markdown-editor/pull/244 @@ -232,6 +236,7 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [#19]: https://github.com/Ionaru/easy-markdown-editor/pull/19 +[@joahim]: https://github.com/joahim [@nhymxu]: https://github.com/nhymxu [@mbolli]: https://github.com/mbolli [@ivictbor]: https://github.com/ivictbor