CHANGELOG.md in table_sync-4.1.0 vs CHANGELOG.md in table_sync-4.1.1
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [4.1.1] - 2020-11-06
+### Fixed
+- dead locks in receiving module (see: `spec/receiving/handler_spec.rb#avoid dead locks`)
+
## [4.1.0] - 2020-11-02
### Changed
- move `TableSync::Instrument.notify` from models to the handler
- fire `TableSync::Instrument.notify` after commit insted of in transaction