CHANGELOG in rails3_sequel-0.3.0 vs CHANGELOG in rails3_sequel-0.3.1
- old
+ new
@@ -1,6 +1,10 @@
=== HEAD
+* Rails::LogSubscriber was renamed to ActiveSupport::LogSubscriber
+
+=== 0.3.0
+
* Can now do adapter specific database configurations. Specifically this addressed Postgres schema_search_path option.
* Create database in Postgres will also create schema.
* MySql and SQLite adapters
* Rake tasks db:create:all, db:drop:all, db:drop