aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-10 03:30:34 -0800
committerXavier Noria <fxn@hashref.com>2013-02-10 03:30:34 -0800
commit95dd699c3649a56cabf7676534ec2ef65f3341fe (patch)
treecded0188908b940f161b57532710b36c43f79d55 /activesupport/CHANGELOG.md
parenta0380e808d3dbd2462df17f5d3b7fcd8bd812496 (diff)
parentd59a877da44848d28960ec9038056344a5c31c0d (diff)
downloadrails-95dd699c3649a56cabf7676534ec2ef65f3341fe.tar.gz
rails-95dd699c3649a56cabf7676534ec2ef65f3341fe.tar.bz2
rails-95dd699c3649a56cabf7676534ec2ef65f3341fe.zip
Merge pull request #7730 from beyond/gzip
added compress options for gzip
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fcfa5a5b81..5f7559b5a6 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* ActiveSupport::Gzip.compress allows two optional arguments for compression
+ level and strategy.
+
+ *Beyond*
+
* Modify `TimeWithZone#as_json` to include 3 decimal places of sub-second accuracy
by default, which is optional as per the ISO8601 spec, but extremely useful. Also
the default behaviour of Date#toJSON() in recent versions of Chrome, Safari and