diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-26 11:37:08 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-26 11:37:08 +0000 |
commit | 4b3bb3d2b2c624d3c151f5bd98e6f74ebb61b948 (patch) | |
tree | d0535f82286890b245ce78908e377a6523d3dc56 /actionpack/CHANGELOG | |
parent | eb27b7443b30795486e838778010154550a2634c (diff) | |
download | rails-4b3bb3d2b2c624d3c151f5bd98e6f74ebb61b948.tar.gz rails-4b3bb3d2b2c624d3c151f5bd98e6f74ebb61b948.tar.bz2 rails-4b3bb3d2b2c624d3c151f5bd98e6f74ebb61b948.zip |
Fixed link_to :confirm #936 [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@994 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 105622e7d3..888126d96d 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed link_to :confirm #936 [Nicholas Seckar] + * Improved error reporting especially around never shallowing exceptions. Debugging helpers should be much easier now #980 [Nicholas Seckar] * Fixed Toggle.display in prototype.js #902 [Lucas Carlson] |