From e25b66a64c4ae9f0d36a497dedda26caa95e7c2e Mon Sep 17 00:00:00 2001 From: Matt Diephouse Date: Tue, 7 Apr 2015 19:38:40 -0400 Subject: [PATCH] Add 0.4.2 --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 115994d..a21275f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # MMMarkdown Release Notes +## 0.4.2 + - #51: Fenced code blocks shouldn't allow non-whitespace characters after trailing delimiter + - #54: Improve handling of of language names in fenced code blocks + - #57: Fix handling of images inside links + ## 0.4.1 Fix an exception when whitespace preceded what would otherwise be a header ([#47](https://github.com/mdiep/MMMarkdown/issues/47)).