summary refs log tree commit
path: root/HISTORY.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-06-19 07:00:32 +0930
committerMatthew Draper <matthew@trebex.net>2015-06-19 07:17:59 +0930
commit62d54eada90158033ba47f804d06adfc75940dc5 (patch)
treecd7a607e36c6a883e3087c69cf69f775e4740363 /HISTORY.md
parentcb9a68493b5a17a35c31b2c8cbacd81d5b0e4fae (diff)
downloadrack-62d54eada90158033ba47f804d06adfc75940dc5.tar.gz
Fix GET semicolons without breaking API compatibility
Well.. without breaking compatibility in a way that affects Rails.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1b65179d..2635c605 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,7 @@
+Fri Jun 19 07:14:50 2015  Matthew Draper <matthew@trebex.net>
+
+        * Work around a Rails incompatibility in our private API
+
 Fri Jun 12 11:37:41 2015  Aaron Patterson <tenderlove@ruby-lang.org>
 
         * Prevent extremely deep parameters from being parsed. CVE-2015-3225