blob: ee17d53a61ac8162072faaf77c137bc2a695cae4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
|