mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
806 B
806 B
Change Log WaterMix
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.1.2] - 2023-09-08
- add base class LiquidMix (moved functions up)
- made WaterMix::density() public
- update readme.md
- fix keywords.txt
[0.1.1] - 2023-08-30
- add void addExact(float volume, float temperature) (works only for water).
- add float mass() (works only for water).
- add float volume2mass(float volume, float temperature) (works only for water).
- add float mass2volume(float mass, float temperature) (works only for water).
- update readme.md
- fix keywords.txt
- minor edits
[0.1.0] - 2023-08-29
- initial version