GY-63_MS5611/libraries/Troolean/CHANGELOG.md
2022-12-02 14:12:22 +01:00

46 lines
968 B
Markdown

# Change Log Troolean
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/).
## [0.1.7] - 2022-12-02
- fix #7 isTrue
- optimized operator &&
## [0.1.6] - 2022-11-26
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- add interface section to readme.md
- update future section of readme.md
## [0.1.5] - 2021-12-29
- update library.json
- update readme.md
- update license
- minor edits
## [0.1.4] - 2021-01-09
- Arduino-CI + unit test
## [0.1.3] - 2020-06-19
- fix library.json
## [0.1.2] - 2020-06-07
- small refactor
- update keywords.txt
- update metadata
## [0.1.1] - 2018-01-28
- adjust (in)equality so that unknown == unknown
although there could be arguments that unknown != unknown
- add isTrue(), isFalse(), isUnknown()
- first public release
## [0.1.0] - 2018-01-10
- initial version