aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 10d5d09399..7123d49bbf 100644
--- a/History.txt
+++ b/History.txt
@@ -10,6 +10,16 @@
* Make visitors threadsafe by removing @last_column
* Support `columns_for_distinct` with Oracle adapter
+== 3.0.3 / 2013-11-12
+
+* Enhancements
+
+ * Support ANSI 2003 window functions
+
+* Bug Fixes
+
+ * Fix joins in Informix
+
== 3.0.2 / 2012-02-21
* Enhancements