aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-01-12 01:05:36 +0000
committerRick Olson <technoweenie@gmail.com>2008-01-12 01:05:36 +0000
commit3dd6027f708a472064e73a50f4afb433f338bf09 (patch)
tree0686f8e5791f170600b263a884ac4f21c5444aeb /railties/CHANGELOG
parent9889d86a6ce1c2206460276e63d7c0317b41a72f (diff)
downloadrails-3dd6027f708a472064e73a50f4afb433f338bf09.tar.gz
rails-3dd6027f708a472064e73a50f4afb433f338bf09.tar.bz2
rails-3dd6027f708a472064e73a50f4afb433f338bf09.zip
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-inglis-lt3]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8629 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 9bf31b0d55..7d17f1b0f5 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update scaffold to use labels instead of bold tags. Closes #10757 [zach-inglis-lt3]
+
* Resurrect WordNet synonym lookups. #10710 [tom./, matt]
* Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]