CHANGELOG.md in neat-2.0.0 vs CHANGELOG.md in neat-2.1.0

- old
+ new

@@ -1,14 +1,35 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). -## [Unreleased] +## [Unreleased (`master`)][unreleased] Nothing at the moment. +## [2.1.0] - 2017-06-27 + +### Added + +- A `--path` CLI option, which lets you install Neat into specific + directory. ([#459]) +- A `style` property has been added to our `package.json`, which makes for easy + importing when using npm-sass, sass-module-importer and others. ([#514]) + +### Fixed + +- Fixed an issue that would cause Neat to not be found within Rails + apps. ([#612]) +- Simplified the gradient used in the `grid-visual` mixin for more consistent + cross-browser behaviour. ([#569]) + +[#459]: https://github.com/thoughtbot/neat/pull/459 +[#514]: https://github.com/thoughtbot/neat/pull/514 +[#569]: https://github.com/thoughtbot/neat/pull/569 +[#612]: https://github.com/thoughtbot/neat/pull/612 + ## [2.0.0] ### Fixed - Custom grids inherit undefined properties from global `$neat-grid` @@ -310,10 +331,11 @@ ## 0.4.2 - 2012-08-31 - Initial release -[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD +[unreleased]: https://github.com/thoughtbot/neat/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/thoughtbot/neat/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.2...v2.0.0 [2.0.0.beta.2]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...v2.0.0.beta.2 [2.0.0.beta.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.1...v2.0.0.beta.1 [2.0.0.alpha.1]: https://github.com/thoughtbot/neat/compare/v2.0.0.alpha.0...v2.0.0.alpha.1 [2.0.0.alpha.0]: https://github.com/thoughtbot/neat/compare/v1.8.0...v2.0.0.alpha.0