History.txt in arel-4.0.0.beta2 vs History.txt in arel-4.0.0
- old
+ new
@@ -142,11 +142,11 @@
* Nodes::Node#not factory method added for creating Nodes::Not nodes
* Added an As node
* Deprecations
- * Support for Subclasses of core classes will be removed in ARel version
+ * Support for Subclasses of core classes will be removed in Arel version
2.2.0
== 2.0.4
* Bug fixes
@@ -182,21 +182,21 @@
* 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.
+ * Improvements to give better support to Active Record.
== 0.2.1 / 2010-02-05
* Enhancements
* Bump dependency version of activesupport to 3.0.0.beta
== 0.2.0 / 2010-01-31
* Ruby 1.9 compatibility
- * Many improvements to support the Arel integration into ActiveRecord (see `git log v0.1.0..v0.2.0`)
+ * Many improvements to support the Arel integration into Active Record (see `git log v0.1.0..v0.2.0`)
* Thanks to Emilio Tagua and Pratik Naik for many significant contributions!
== 0.1.0 / 2009-08-06
* 1 major enhancement