diff options
author | Bernardo de Pádua <berpasan@gmail.com> | 2008-11-04 00:28:17 -0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-04 18:15:54 +0100 |
commit | b2cd318c2e3f4d19813a5c62903319a6683aa561 (patch) | |
tree | f30348da0b0661a4351a9c2d171e199db3ceee96 /actionpack/CHANGELOG | |
parent | a909eecbbd42e70a5bc0e099485f07dc64db5d38 (diff) | |
download | rails-b2cd318c2e3f4d19813a5c62903319a6683aa561.tar.gz rails-b2cd318c2e3f4d19813a5c62903319a6683aa561.tar.bz2 rails-b2cd318c2e3f4d19813a5c62903319a6683aa561.zip |
Fix regression bug that made date_select and datetime_select raise a Null Pointer Exception when a nil date/datetime was passed and only month and year were displayed [#1289 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 17fada156d..3d1e5c13ec 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *2.2.1 [RC2 or 2.2 final]* +* Fix regression bug that made date_select and datetime_select raise a Null Pointer Exception when a nil date/datetime was passed and only month and year were displayed #1289 [Bernardo Padua/Tor Erik] + * Simplified the logging format for parameters (don't include controller, action, and format as duplicates) [DHH] * Remove the logging of the Session ID when the session store is CookieStore [DHH] |