aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-03-10 18:51:01 -0300
committerEmilio Tagua <miloops@gmail.com>2010-03-10 18:51:01 -0300
commit54359f00b10f76e80b134dfdae973a5208da32f1 (patch)
tree497d9b8209af12ee14008f123155a0d50ccdaec4 /History.txt
parentb706f690b611d647aae15a85caa19d167814ae3c (diff)
downloadrails-54359f00b10f76e80b134dfdae973a5208da32f1.tar.gz
rails-54359f00b10f76e80b134dfdae973a5208da32f1.tar.bz2
rails-54359f00b10f76e80b134dfdae973a5208da32f1.zip
Release v0.3.0
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 36dde74e4e..470e988b22 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,11 @@
+== 0.3.0 / 2010-02-05
+
+* Enhancements
+
+ * Introduced "SQL compilers" for query generation.
+ * Added support for Oracle (Raimonds Simanovskis) and IBM/DB (Praveen Devarao).
+ * Improvements to give better support to ActiveRecord.
+
== 0.2.1 / 2010-02-05
* Enhancements