CHANGELOG.md in octopress-3.0.0.rc.10 vs CHANGELOG.md in octopress-3.0.0.rc.11
- old
+ new
@@ -1,12 +1,19 @@
# Octopress Changelog
## Current released version
+### 3.0.0 RC11 - 2014-19-07
+
+- Replaced Hash extensions with Jekyll utility methods
+- Replaced String extension "titlecase" with Octopress utility method
+
+## Past versions
+
### 3.0.0 RC10 - 2014-05-07
-- Now using SafeYAML.load instead of YAML.safe_load
+- Now using SafeYAML.load instead of YAML.safe_load [#38](https://github.com/octopress/octopress/issues/38)
### 3.0.0 RC9 - 2014-05-07
- Support for Jekyll 2.0
@@ -16,11 +23,9 @@
### 3.0.0 RC7 - 2014-03-24
- Fixed Time.parse with `--date` option on new posts and pages.
- Bumped Jekyll to 1.5.
-
-## Past versions
### 3.0.0 RC6 - 2014-03-22
- Added support for octopress-ink documentation system.
- Added a `update_docs` Rake task to update docs from the readme and changelog.