aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2018-02-24 18:03:47 -0500
committerGitHub <noreply@github.com>2018-02-24 18:03:47 -0500
commit697dd48b5e5787126a91ce10739f8af31d1ffd1d (patch)
treecc4ff296f2096afe1a5fd3057f101213caac149a /activestorage/CHANGELOG.md
parent6f5cca77313e127313ea44c5c213fda3b9027a95 (diff)
parent3915a470d2b8898fdbc384d0f9f31e2ad8a2c899 (diff)
downloadrails-697dd48b5e5787126a91ce10739f8af31d1ffd1d.tar.gz
rails-697dd48b5e5787126a91ce10739f8af31d1ffd1d.tar.bz2
rails-697dd48b5e5787126a91ce10739f8af31d1ffd1d.zip
Merge branch 'master' into update_default_hsts_max_age
Diffstat (limited to 'activestorage/CHANGELOG.md')
-rw-r--r--activestorage/CHANGELOG.md27
1 files changed, 8 insertions, 19 deletions
diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md
index 5e01297fc1..cc21c1f75a 100644
--- a/activestorage/CHANGELOG.md
+++ b/activestorage/CHANGELOG.md
@@ -1,26 +1,15 @@
-* Use `after_destroy_commit` instead of `before_destroy` for purging
- attachments when a record is destroyed.
+## Rails 6.0.0.alpha (Unreleased) ##
- *Hiroki Zenigami*
+* Rails 6 requires Ruby 2.4.1 or newer.
+ *Jeremy Daer*
-* Force `:attachment` disposition for specific, configurable content types.
- This mitigates possible security issues such as XSS or phishing when
- serving them inline. A list of such content types is included by default,
- and can be configured via `content_types_to_serve_as_binary`.
+* Add source code to published npm package
- *Rosa Gutierrez*
+ This allows activestorage users to depend on the javascript source code
+ rather than the compiled code, which can produce smaller javascript bundles.
+ *Richard Macklin*
-## Rails 5.2.0.beta2 (November 28, 2017) ##
-* Fix the gem adding the migrations files to the package.
-
- *Yuji Yaginuma*
-
-
-## Rails 5.2.0.beta1 (November 27, 2017) ##
-
-* Added to Rails.
-
- *DHH*
+Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activestorage/CHANGELOG.md) for previous changes.