aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-12-08 15:59:42 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2008-12-08 15:59:42 -0800
commit9b22e56d89a55460a18d5f38adf9fee919f52266 (patch)
tree543ade0c3a5988d122ba94d8f5d0d26010950ad2 /activerecord
parente631c5dacaaa3e0668d5fec058019e9de6a617a5 (diff)
downloadrails-9b22e56d89a55460a18d5f38adf9fee919f52266.tar.gz
rails-9b22e56d89a55460a18d5f38adf9fee919f52266.tar.bz2
rails-9b22e56d89a55460a18d5f38adf9fee919f52266.zip
Changelog entry for #1294
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index cca70f1fb7..423a0bd0cc 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0/3.0*
+* I18n the word separator for error messages. Introduces the activerecord.errors.format.separator translation key. #1294 [Akira Matsuda]
+
* Add :having as a key to find and the relevant associations. [miloops]
* Added default_scope to Base #1381 [Paweł Kondzior]. Example: