From 81ec7780bc462e38755bf03ab52ed8bf797cd3f0 Mon Sep 17 00:00:00 2001 From: Jeroen Akkerman Date: Mon, 17 Jan 2022 00:09:00 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4090519..a7b979f 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 +- URLs with certain characters entered through prompts causing invalid markdown (Thanks to [@Zignature], [#393]). + ## [2.16.1] - 2022-01-14 ### Fixed - Incorrect initial line and column count in status bar. @@ -240,6 +243,7 @@ Project forked from [SimpleMDE](https://github.com/sparksuite/simplemde-markdown [#9]: https://github.com/Ionaru/easy-markdown-editor/issues/9 +[#393]: https://github.com/Ionaru/easy-markdown-editor/pull/393 [#389]: https://github.com/Ionaru/easy-markdown-editor/pull/389 [#388]: https://github.com/Ionaru/easy-markdown-editor/pull/388 [#384]: https://github.com/Ionaru/easy-markdown-editor/pull/384