ChangeLog in nanoc-1.6.2 vs ChangeLog in nanoc-2.0
- old
+ new
@@ -1,7 +1,34 @@
nanoc Release Notes
===================
+2.0
+---
+
+New:
+
+* Support for custom layout processors
+* Support for custom data sources
+* Database data source
+* Auto-compiler
+* Pages have `parent` and `children`
+
+Changed:
+
+* The source has been restructured and cleaned up a great deal
+* Filters are defined in a different way now
+* The 'eruby' filter now uses ERB instead of Erubis
+
+Removed:
+
+* The `filters` property; use `filters_pre` instead
+* Support for Liquid
+
+1.6.2
+-----
+
+* Fixed an issue which prevented the content capturing plugin from working
+
1.6.1
-----
* Removed a stray debug message