aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Vit <andrew@avit.ca>2013-11-12 10:07:48 -0800
committerRafael Mendonça França <rafael.franca@plataformatec.com.br>2013-11-15 12:24:48 -0200
commite5269fef96316815e9f5964aa001494c4e9f9629 (patch)
tree8a76be432c950b72e6cf0eac9573d1e186c2f7a6
parentd4d580014378ec273b93da766a223fd72123c901 (diff)
downloadrails-e5269fef96316815e9f5964aa001494c4e9f9629.tar.gz
rails-e5269fef96316815e9f5964aa001494c4e9f9629.tar.bz2
rails-e5269fef96316815e9f5964aa001494c4e9f9629.zip
Update History for previous releases
Conflicts: History.txt
-rw-r--r--History.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 71c8a81514..10d5d09399 100644
--- a/History.txt
+++ b/History.txt
@@ -10,6 +10,47 @@
* Make visitors threadsafe by removing @last_column
* Support `columns_for_distinct` with Oracle adapter
+== 3.0.2 / 2012-02-21
+
+* Enhancements
+
+ * Added a module for visiting and transforming bind values
+ * Fix in [] to be false, not in [] to be true
+
+* Bug Fixes
+
+ * Revert fix for LIMIT / OFFSET when query is ordered in Oracle
+
+== 3.0.1 / 2012-02-17
+
+* Bug Fixes
+
+ * Fixed LIMIT / OFFSET when query is ordered in Oracle
+
+== 3.0.0 / 2012-01-12
+
+* Enhancements
+
+ * Support connection pool and schema cache
+
+* Bug Fixes
+
+ * Conditions with no column can be followed by other conditions in Postgres
+
+== 2.2.3 / 2012-02-21
+
+* Enhancements
+
+ * Added a module for visiting and transforming bind values
+
+== 2.2.2 / 2012-02-20
+
+* Enhancements
+
+ * Support LOCK
+ * Allow using non-table alias as a right-hand relation name
+ * Added SelectManager#distinct
+
== 2.2.1 / 2011-09-15
* Enhancements