1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-06-26 03:30:47 +03:00

Updated changelog

This commit is contained in:
Bruno Dias 2015-10-21 11:05:35 -02:00
parent 36469c67c4
commit da6c4a9b03

View file

@ -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 `<section>` 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.
- Add racontest.js, a module for inserting debugging/testing utilities.