CHANGELOG.md in conceptql-0.0.7 vs CHANGELOG.md in conceptql-0.0.8
- old
+ new
@@ -1,9 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 0.0.7 - 2014-08-28
+## 0.0.8 - 2014-08-28
### Added
- Support for Oracle.
### Deprecated
@@ -14,9 +14,10 @@
### Fixed
- DateAdjuster/TimeWindow use Sequel's date_arithmetic extension to produce database agnostic date manipulation.
- Breakage from Node#tree in GraphNodifier.
- All tests are back to passing.
+- Changed from SHA1 to CRC32 hash since Oracle can't handle table names longer than 30 characters.
## 0.0.6 - 2014-08-23
### Added