CHANGELOG.markdown in each_sql-0.3.1 vs CHANGELOG.markdown in each_sql-0.4.0
- old
+ new
@@ -1,11 +1,14 @@
+### 0.4.0 / 2013/05/15
+* Returns an Enumerator instead of an Array when block is not given
+
### 0.3.1 / 2012/03/15
* Bug fix: `begin transaction`
* `EachSQL#clear`
### 0.3.0 / 2012/03/10
* Internal implementation revised.
- * At first, I thought this would be trivial,
+ * At first, I thought this would be trivial,
that I didn't need a real parser for just breaking SQL scripts
into individual executable units.
I couldn't be more wrong. Codes for handling a few exceptional cases
soon piled up and became unmaintainable.
The new version now employs Citrus parser for processing SQL scripts.