Index: changelog.md =================================================================== diff -u -rc3e3aff317322cefe663fc2c365734907962a35c -r9fdcd50fe3d66867e44fe09834168b72ed850ba0 --- changelog.md (.../changelog.md) (revision c3e3aff317322cefe663fc2c365734907962a35c) +++ changelog.md (.../changelog.md) (revision 9fdcd50fe3d66867e44fe09834168b72ed850ba0) @@ -1,11 +1,35 @@ # Dialin Changelog All notable changes to this project will be documented in this file. -### [0.2.1] - 2020-07-15 + +### [0.4.0] - 2020-07-20 #### Added +- Migration of squishapi to dialin + - `dialin.squish.crc` + - `dialin.squish.denaliMessages` + - `dialin.squish.globals` + - `dialin.squish.messageBuilder` + - `dialin.squish.unittests` + - `dialin.squish.utils` +- Test script to generate requirements +- Unit test to sort the valve state dictionaries +- Convenience script to build dialin wheel file and install it to a virtual environment + +#### Fixed + +- DG valves test to be compatible with valve state dictionary format +- Improved PEP8 compliance + - Method spacing: (1 line) + - Function spacing: (2 lines) +- Missing copyright headers + +### [0.3.0] - 2020-07-15 + +#### Added + - DG Dialysate Temperature monitoring - - `dg.ro_pump`, `dg.temperature_sensors` + - `dg.temperature_sensors` #### Fixed