aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-01-24 18:42:03 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-01-24 18:42:03 +0000
commitef1d0c1259337638983804ea0f97f25f2b3f02e4 (patch)
treea5481be7c26b33c44b390596d835afac77403491 /actionpack/CHANGELOG
parent1d8cd1d744fd1e8b25aa764ddd59ef1aa100eff4 (diff)
downloadrails-ef1d0c1259337638983804ea0f97f25f2b3f02e4.tar.gz
rails-ef1d0c1259337638983804ea0f97f25f2b3f02e4.tar.bz2
rails-ef1d0c1259337638983804ea0f97f25f2b3f02e4.zip
Autolinking recognizes trailing and embedded . , : ; Closes #7354.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6034 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 df232d4931..682fb728b2 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Autolinking recognizes trailing and embedded . , : ; #7354 [Jarkko Laine]
+
* Make TextHelper::auto_link recognize URLs with colons in path correctly, fixes #7268. [imajes]
* Update to script.aculo.us 1.7.0. [Thomas Fuchs]