CHANGELOG.md in middleman-syntax-1.1.1 vs CHANGELOG.md in middleman-syntax-1.2.0

- old
+ new

@@ -1,4 +1,16 @@ +1.2.0 +------ + +* Support Kramdown as Markdown engine in addition to Redcarpet. +* Switch to Rouge from Pygments.rb +* Fix bugs around setting language options. + +1.1.1 +----- + +* Properly merge language attribute for Markdown. #14 + 1.1.0 ----- * Avoid errors when language is empty. #9 * Allow passing options to Pygments. #5 & #7