CHANGELOG.md in middleman-syntax-2.0.0 vs CHANGELOG.md in middleman-syntax-2.1.0
- old
+ new
@@ -1,5 +1,12 @@
-2.0.0 (master)
+2.1.0
+-----
+
+* Version compatibility with Middleman 4. #58
+* Allow passing Rouge formatter options from the `code` helper. #50.
+* Fixed tests and code reorganization.
+
+2.0.0
-----
* Update to a new-style Middleman extension, dropping compatibility with Middleman versions older than 3.2.x.
* Setting the :css_class option will no longer prevent the language tag from being added as a class as well.
* Rouge lexer options should now be set via the :lexer_options option.