diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2018-03-15 17:32:20 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2018-03-15 17:32:20 -0400 |
commit | 81843bcf65f1f5fce0bab1d1437e2815eb20e904 (patch) | |
tree | f7266c99b5276a27713b301c9ccf1d90618de0ae | |
parent | 46ae2b18ea2808eccf3894570dbec46bdb569652 (diff) | |
download | rails-81843bcf65f1f5fce0bab1d1437e2815eb20e904.tar.gz rails-81843bcf65f1f5fce0bab1d1437e2815eb20e904.tar.bz2 rails-81843bcf65f1f5fce0bab1d1437e2815eb20e904.zip |
Don't need to include in the changelog something that was release in 5.2
[ci skip]
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 5223d7848f..61451dd673 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,7 +1,3 @@ -* Check exclude before flagging cookies as secure. - - *Catherine Khuu* - * Rails 6 requires Ruby 2.4.1 or newer. *Jeremy Daer* |