ChangeLog in nanoc-1.3 vs ChangeLog in nanoc-1.3.1
- old
+ new
@@ -1,5 +1,10 @@
+== 1.3.1
+
+* The contents of the 'assets' directory are now copied into the output
+ directory specified in 'config.yaml'
+
== 1.3
* The @pages array now also contains uncompiled pages
* Pages with 'skip_output' set to true will not be outputted
* Added new filters
@@ -20,10 +25,10 @@
* Page attributes can now be accessed using dot notation, i.e. @page.title as
well as @page[:title]
== 1.1.3
-* Fixed bug which would cause pages without layouts to be outputed incorrectly
+* Fixed bug which would cause layoutless pages to be outputted incorrectly
== 1.1.2
* Backup files (files ending with a “~”) are now ignored
* Fixed bug which would cause subpages not to be generated correctly