Update history with 1.5.0 release. [ci skip]

This commit is contained in:
Parker Moore 2014-03-24 21:43:00 -04:00
parent b5b4ebfb88
commit 722892cd96
1 changed files with 16 additions and 0 deletions

View File

@ -157,6 +157,22 @@
* Add `jekyll_figure` to list of third-party plugins (#2158)
* Clarify the documentation for safe mode (#2163)
## 1.5.0 / 2014-03-24
### Minor Enhancements
* Loosen `safe_yaml` dependency to `~> 1.0` (#2167)
* Bump `safe_yaml` dependency to `~> 1.0.0` (#1942)
### Bug Fixes
* Fix issue where filesystem traversal restriction broke Windows (#2167)
* Lock `maruku` at `0.7.0` (#2167)
### Development Fixes
* Lock `cucmber` at `1.3.11` (#2167)
## 1.4.3 / 2014-01-13
### Bug Fixes