CHANGELOG.markdown in each_sql-0.3.0 vs CHANGELOG.markdown in each_sql-0.3.1
- old
+ new
@@ -1,4 +1,8 @@
+### 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,
that I didn't need a real parser for just breaking SQL scripts
into individual executable units.