CHANGELOG.md in octopress-ink-1.0.0.rc.11 vs CHANGELOG.md in octopress-ink-1.0.0.rc.13
- old
+ new
@@ -1,13 +1,22 @@
# Changelog
-## Current released version
+### 1.0.0 RC13 - 2014-08-11
+- Fixed an issue with asset tags
+
+### 1.0.0 RC12 - 2014-08-03
+
+- Extracted all tags to separate projects under [github.com/octopress](https://github.com/octopress).
+- Now the only tag provided by default is [include-tag](https://github.com/octopress/include-tag).
+- Switched from jekyll-page-hooks to octopress-hooks.
+- Extracted link post feature as a separate plugin [octopress-linkblog](https://github.com/octopress/linkblog)
+- Extracted page date feature as a separate plugin [octopress-date-format](https://github.com/octopress/date-format)
+- Extracted Autoprefixer a separate plugin [octopress-autoprefixer](https://github.com/octopress/autoprefixer)
+
### 1.0.0 RC11 - 2014-06-27
- Fixed: Render tag properly processes local variables.
-
-## Past versions
### 1.0.0 RC10 - 2014-06-26
- Render tag does a better job of preserving {% raw %} escaped content.