aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-09-10 00:26:50 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-09-10 00:36:37 -0500
commit90366a1521659d07a3b75936b3231adeb376f1a4 (patch)
tree42887c2ce47fd11cf634406e1a109f35f020bdf8 /activesupport/CHANGELOG
parentb141624abbd1be6aa9836708fe4c20c03af5ab3b (diff)
downloadrails-90366a1521659d07a3b75936b3231adeb376f1a4.tar.gz
rails-90366a1521659d07a3b75936b3231adeb376f1a4.tar.bz2
rails-90366a1521659d07a3b75936b3231adeb376f1a4.zip
Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".parameterize => "donald-e-knuth") #713 [Matt Darby]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 604462c706..b38a5061d5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added Inflector#parameterize for easy slug generation ("Donald E. Knuth".parameterize => "donald-e-knuth") #713 [Matt Darby]
+
* Changed cache benchmarking to be reported in milliseconds [DHH]
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are now correctly unmarshaled with a utc zone instead of the system local zone [#900 state:resolved] [Luca Guidi, Geoff Buesing]