summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/bourbon/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:56:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:56:52 +0000
commit087bd1b14d5e1f45f60b1ffa64ca318c23b7c6ea (patch)
treed4139abfdd8c50b4b0ac84d876808a2f525dc958 /debian/missing-sources/bourbon/CHANGELOG.md
parentAdding upstream version 2.0.0+dfsg. (diff)
downloadsphinx-rtd-theme-debian.tar.xz
sphinx-rtd-theme-debian.zip
Adding debian version 2.0.0+dfsg-1.debian/2.0.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/missing-sources/bourbon/CHANGELOG.md')
-rw-r--r--debian/missing-sources/bourbon/CHANGELOG.md47
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