diff options
Diffstat (limited to 'debian/missing-sources/bourbon/CHANGELOG.md')
-rw-r--r-- | debian/missing-sources/bourbon/CHANGELOG.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/missing-sources/bourbon/CHANGELOG.md b/debian/missing-sources/bourbon/CHANGELOG.md new file mode 100644 index 0000000..ee17d53 --- /dev/null +++ b/debian/missing-sources/bourbon/CHANGELOG.md @@ -0,0 +1,47 @@ +# Change Log + +All notable changes to this project will be documented in this file. This +project adheres to [Semantic Versioning](http://semver.org). + +## 4.3.4 - 2017-04-01 + +### Changed + +- Updated deprecation warning message for `strip-units`. ([#1016]) + +[#1016]: https://github.com/thoughtbot/bourbon/pull/1016 + +## 4.3.3 - 2017-02-23 + +### Fixed + +- Internal Bourbon deprecation warnings for `is-size` and `is-length` will no + longer be thrown when using the `size` mixin. + +## 4.3.2 - 2017-02-10 + +### Fixed + +- Internal Bourbon deprecation warnings for `unpack` and `is-length` will no + longer be thrown when using the `position` mixin. ([#1004]) + +[#1004]: https://github.com/thoughtbot/bourbon/pull/1004 + +## 4.3.1 - 2017-02-07 + +### Fixed + +- Internal Bourbon deprecation warnings will no longer be thrown. ([#1002]) + +[#1002]: https://github.com/thoughtbot/bourbon/pull/1002 + +## 4.3.0 - 2017-02-03 + +### Added + +- Added deprecation warnings for features that will be removed in 5.0.0. Please + reference our [change log], which includes a list of these changes and + removals. ([#891]) + +[change log]: https://github.com/thoughtbot/bourbon/blob/master/CHANGELOG.md +[#891]: https://github.com/thoughtbot/bourbon/pull/891 |