CHANGELOG.md in github-ds-0.2.7 vs CHANGELOG.md in github-ds-0.2.8
- old
+ new
@@ -1,6 +1,17 @@
# Changelog
+## 0.2.8
+
+Fixes
+
+* GitHub::SQL.transaction now takes options and passes them to ActiveRecord::Base.transaction.
+* Moved default time zone enforcement to sanitize from add. Makes it possible to use interpolate or sanitize and have correct time zone enforcement.
+
+Additions
+
+* Added GitHub::SQL#transaction instance method to match the class level one.
+
## 0.2.7
Fixes
* `GitHub::SQL#hash_results` now correctly returns an array of hashes on Rails 4+ rather than `ActiveRecord::Result`