CHANGELOG.md in table_sync-6.0.3 vs CHANGELOG.md in table_sync-6.0.4

- old
+ new

@@ -1,8 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [6.0.4] - 2022-02-05 +### Fixed + +- `Debouncer` calculates proper `next_sync_time` + ## [6.0.3] - 2021-12-09 ### Fixed Fixed bug when routing key is nil. ## [6.0.2] - 2021-12-01 @@ -43,10 +48,10 @@ 5. Moved TableSync setup into separate classes. 6. Changed ORMAdapters. -7. Destroyed objects are initialized. +7. Destroyed objects are initialized. Now custom attributes for destruction will be called on instances. - Obj.table_sync_destroy_attributes() -> Obj#attributes_for_destroy 8. Event constants are now kept in one place.