diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-08-25 09:04:33 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-08-25 09:04:33 -0700 |
commit | 67153430861ca1305d77a73e631a9038049fbfa9 (patch) | |
tree | f3cc50274fca7d62002ad0852527cc6f122266be /actionpack/CHANGELOG.md | |
parent | dfb5898b6dd448a6867dcd26ebcbe0835b26a1e2 (diff) | |
parent | 130fe2b172afb81979e72fbf30edf945147cb78f (diff) | |
download | rails-67153430861ca1305d77a73e631a9038049fbfa9.tar.gz rails-67153430861ca1305d77a73e631a9038049fbfa9.tar.bz2 rails-67153430861ca1305d77a73e631a9038049fbfa9.zip |
Merge pull request #7435 from nashby/fix-issue-7431
correct handling of date selects when using both disabled and discard options
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 4aaa9bcd23..3c8a0f48ab 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Fix handling of date selects when using both disabled and discard options. + Fixes #7431. + + *Vasiliy Ermolovich* + * `ActiveRecord::SessionStore` is extracted out of Rails into a gem `activerecord-session_store`. Setting `config.session_store` to `:active_record_store` will no longer work and will break if the `activerecord-session_store` gem isn't available. *Prem Sichanugrist* |