From da6c4a9b0353bdb4b8a8acf1decf90f4135b52b6 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 21 Oct 2015 11:05:35 -0200 Subject: [PATCH] Updated changelog --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 413c235..7c7d153 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +# 0.5.0 (October 21st, 2015) + +The `markdown` object from markdown-it is now exposed as situation.markdown, so that it can be configured. + # 0.4.1 (May 13th, 2015) Each situation with content is now output as its own `
` element. Each situation with content clears the `#current-situation` id from previous situations and gives its content section that id. @@ -20,4 +24,4 @@ The major potential pitfalls are: first, the "changeover" happens at the content # 0.2.1 (April 18th, 2015) -- Add racontest.js, a module for inserting debugging/testing utilities. \ No newline at end of file +- Add racontest.js, a module for inserting debugging/testing utilities.