CHANGELOG.md in middleman-syntax-2.1.0 vs CHANGELOG.md in middleman-syntax-3.0.0

- old
+ new

@@ -1,4 +1,11 @@ +3.0.0 +----- + +* Upgrade to Rouge 2.0. #66. +* Added the ability to disable the line numbers on a specific code block when using Markdown and Redcarpet. #63. +* Lexer options are properly passed down to the highlighter. + 2.1.0 ----- * Version compatibility with Middleman 4. #58 * Allow passing Rouge formatter options from the `code` helper. #50.