From fa1df3fe58de8ead484452a7e83255ad2b415ae8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Jan 2016 22:05:37 -0800 Subject: [PATCH] Updated changelog.txt. --- changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.txt b/changelog.txt index 26b8ef37..265d1495 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,17 @@ +[0.24.0] + + * [API change] Added version. + * Added `--version` to cli program. + * Updated spec.txt to 0.24. + * Updated test runner to new spec format. + * Allow multiline setext header content. + * Don't allow spaces in link destinations, even in `<>`. + * Updated recognizer for absolute URIs... + We no longer use a whitelist of valid schemes. + * Remove unused variable `markerStartCol` (Nik Nyby). + * Fix inaccurate comment about `closeUnmatchedBlocks` (Nik Nyby). + This function is void, and doesn't return true. + [0.23.0] * [API change] Rename nodes: "Html" -> "HtmlInline" (#63).