CHANGELOG.md in neat-2.0.0.beta.2 vs CHANGELOG.md in neat-2.0.0
- old
+ new
@@ -3,10 +3,20 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org).
## [Unreleased]
+Nothing at the moment.
+
+## [2.0.0]
+
+### Fixed
+
+- Custom grids inherit undefined properties from global `$neat-grid`
+- Fixed instillation from CLI
+- Remove float property from `grid-collapse`
+
## [2.0.0.beta.2]
### Added
- Added `grid-visual` to show visual grid guides
@@ -75,11 +85,10 @@
- `$visual-grid` has been removed
- `$visual-grid-color` has been removed
- `$visual-grid-index` has been removed
- `$visual-grid-opacity` has been removed
-
## 1.8.0 - 2016-06-21
### Added
- Added `--version` and `-v` options to the CLI now has that show the version of
@@ -301,10 +310,11 @@
## 0.4.2 - 2012-08-31
- Initial release
-[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0.beta.1...neat-2.0.0
+[Unreleased]: https://github.com/thoughtbot/neat/compare/v2.0.0...HEAD
+[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