aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-05-10 17:09:28 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-05-10 17:09:28 -0700
commit64f2df112410705a8c9e100b5369bbdd1e248efe (patch)
tree39afe8b399b46571820aa5aaab680a5ea7a4009e
parenta3d9c393b4707a03734dcf6831fb9636fabac045 (diff)
downloadrails-64f2df112410705a8c9e100b5369bbdd1e248efe.tar.gz
rails-64f2df112410705a8c9e100b5369bbdd1e248efe.tar.bz2
rails-64f2df112410705a8c9e100b5369bbdd1e248efe.zip
updating History
-rw-r--r--History.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 22fa15eb7a..0c2366c366 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+== 2.1.1 (unreleased)
+
+* Bug fixes
+
+ * Fixed thread safety bug in ToSql visitor. Thanks Damon McCormick and
+ Cameron Walters!
+
== 2.1.0 / 2011/04/30
* Enhancements