History.txt in rubyrep-1.2.0 vs History.txt in rubyrep-2.0.0
- old
+ new
@@ -1,4 +1,10 @@
+== 2.0.0 2017-06-01
+
+* Feature: compatibility with Rails 4, Ruby 2.4 and JRuby 9.1
+* Breaking: specify MySQL support in database config with adapter 'mysql2' instead of 'mysql'
+* Breaking: postgres table names must not contains dots (".") anymore
+
== 1.2.0 2011-03-07
* Feature: compatibility with Rails 3
* Feature: do not replicate record updates that didn't change any fields (props to daudo)
* Bug fix: reducing deadlock problems (props to gtanzillo)