Changelog¶
Series 0.x¶
2018-10-16. Release 0.2.0¶
- Replace ‘process’ for ‘actor’ across the code-base.
- Extract the state dump/reconstruction from
CvRDT; add functionsget_state()andfrom_state(). - Add
Processto capture the required interface of processes. - Remove the timestamp from the internal vector clock. The timestamp is only
used in
LWWRegister; it was wasteful to have it everywhere else unused.
2018-10-03. Release 0.1.1¶
Correct distribution files. No source changes.