aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 05:53:52 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-11 05:53:52 +0000
commitda7ba91d8666770c6288f8d25cd501fd227b0413 (patch)
treee869b873b679a6d05390181c19d685847468a83b /actionpack/CHANGELOG
parent04594cfadbfffceb087e1151f8b81255108d5211 (diff)
downloadrails-da7ba91d8666770c6288f8d25cd501fd227b0413.tar.gz
rails-da7ba91d8666770c6288f8d25cd501fd227b0413.tar.bz2
rails-da7ba91d8666770c6288f8d25cd501fd227b0413.zip
Fixed that TextHelper#auto_link_urls would include punctuation in the links #2166, #1671 [eigentone]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e38c743506..1b8c9b3c2f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that TextHelper#auto_link_urls would include punctuation in the links #2166, #1671 [eigentone]
+
* Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000", instead of "$1,000." #2122 [sd@notso.net]
* Allow link_to_remote to use any DOM-element as the parent of the form elements to be submitted #2137 [erik@ruby-lang.nl]. Example: