2023-08-30 16:21:47 +02:00
|
|
|
# Change Log WaterMix
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
2023-09-10 16:48:02 +02:00
|
|
|
## [0.1.2] - 2023-09-08
|
|
|
|
- add base class **LiquidMix** (moved functions up)
|
|
|
|
- made **WaterMix::density()** public
|
|
|
|
- update readme.md
|
|
|
|
- fix keywords.txt
|
|
|
|
|
|
|
|
|
2023-08-31 19:34:09 +02:00
|
|
|
## [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
|
|
|
|
|
2023-08-30 16:21:47 +02:00
|
|
|
## [0.1.0] - 2023-08-29
|
|
|
|
- initial version
|
|
|
|
|