summaryrefslogtreecommitdiff
path: root/History.md
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2019-12-26 14:40:11 -0500
committerAustin Ziegler <austin@zieglers.ca>2019-12-26 14:40:11 -0500
commita9b7dd4877de3863ecb63b8c7e8122e128228e73 (patch)
tree9f8f6638541c0fa92f00907bb40e953c7111cb4c /History.md
parentc44673179d24e495e5fb93282a87d37f09925d25 (diff)
downloadmime-types-a9b7dd4877de3863ecb63b8c7e8122e128228e73.tar.gz
Prepare for 3.3.1 release
- Administrative and Ruby 2.7 bugfix
Diffstat (limited to 'History.md')
-rw-r--r--History.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/History.md b/History.md
index f76661b..50d5944 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,18 @@
+## 3.3.1 / 2019-12-26
+
+* 1 minor bugfix:
+
+ * Al Snow fixed a warning with MIME::Types::Logger producing a warning
+ because Ruby 2.7 introduces numbered block parameters. Because of the
+ way that the MIME::Types::Logger works for deprecation messages, the
+ initializer parameters had been named `_1`, `_2`, and `_3`. This has
+ now been resolved. [#146][]
+
+* Administrivia:
+
+ * Olle Jonsson removed an outdated Travis configuration option (`sudo:
+ false`). [#142][]
+
## 3.3 / 2019-09-04
* 1 minor enhancement
@@ -218,6 +233,8 @@
[#137]: https://github.com/mime-types/ruby-mime-types/pull/137
[#139]: https://github.com/mime-types/ruby-mime-types/pull/139
[#141]: https://github.com/mime-types/ruby-mime-types/pull/141
+[#142]: https://github.com/mime-types/ruby-mime-types/pull/142
+[#146]: https://github.com/mime-types/ruby-mime-types/pull/146
[Code-of-Conduct.md]: Code-of-Conduct_md.html
[Contributor Covenant]: http://contributor-covenant.org
[mime-types-data]: https://github.com/mime-types/mime-types-data