CHANGELOG.md in accept_headers-0.0.6 vs CHANGELOG.md in accept_headers-0.0.7
- old
+ new
@@ -1,6 +1,12 @@
## HEAD
+## 0.0.7 / November 19, 2014
+
+ * Rename `MediaType` `params` to `extensions`, since params technically includes the `q` value.
+ * Support rbx invalid `Float` exception message.
+ * Only strip accept param keys, values can contain white space if quoted.
+
## 0.0.6 / November 17, 2014
* Support parsing params with quoted values.
* Fix bug in `#negotiate` returning nil on first q=0 match, it should skip this match and move on to the next one in the array input.
* Fix Charset typos in README.