CHANGELOG.md in puppetlabs_spec_helper-2.1.5 vs CHANGELOG.md in puppetlabs_spec_helper-2.2.0
- old
+ new
@@ -1,9 +1,20 @@
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [2.2.0]
+### Summary
+i18n rake task, and unbreak windows again.
+
+### Added
+- New rake task for i18n stuff.
+
+### Fixed
+- Fixture path calculation for windows
+- Log to stderr instead of stdout as per rspec's spec
+
## [2.1.5]
### Summary:
Fix symlinks fixtures code.
## [2.1.4]
@@ -348,10 +359,11 @@
## 0.1.0 - 2012-06-08
### Added
* Initial release
-[unreleased]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.5...master
+[unreleased]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.2.0...master
+[2.2.0]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.5...v2.2.0
[2.1.5]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.1.0...v2.1.1