aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-01-13 01:29:28 +0000
committerMarcel Molina <marcel@vernix.org>2006-01-13 01:29:28 +0000
commit16e41c6b75210ae5d755255b558f72b3d6efc999 (patch)
tree15a548973dc4f82c0750d35580a66df23ccac56f /railties/CHANGELOG
parent6fbedf2e31dae954a07128d8133f8385cfb64301 (diff)
downloadrails-16e41c6b75210ae5d755255b558f72b3d6efc999.tar.gz
rails-16e41c6b75210ae5d755255b558f72b3d6efc999.tar.bz2
rails-16e41c6b75210ae5d755255b558f72b3d6efc999.zip
Ignore version mismatch between pg_dump and the database server. Closes #3457.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3400 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 9c5073ae1f..9532671d84 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Ignore version mismatch between pg_dump and the database server. #3457 [simon.stapleton@gmail.com]
+
* Reap FCGI processes after lighttpd exits. [Sam Stephenson]
* Update to script.aculo.us to 1.5.0 rev. 3343 [Thomas Fuchs]