GY-63_MS5611/libraries/Troolean/CHANGELOG.md

48 lines
1011 B
Markdown
Raw Normal View History

2022-11-26 10:50:57 -05:00
# 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/).
2023-11-23 07:46:31 -05:00
## [0.1.8] - 2023-11-23
- update readme.md
2022-12-02 08:12:22 -05:00
2023-11-23 07:46:31 -05:00
## [0.1.7] - 2022-12-02
- fix #7 isTrue()
- optimized operator &&
2022-12-02 08:12:22 -05:00
2022-11-26 10:50:57 -05:00
## [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
2023-11-23 07:46:31 -05:00
- adjust (in)equality so that unknown == unknown
2022-11-26 10:50:57 -05:00
although there could be arguments that unknown != unknown
- add isTrue(), isFalse(), isUnknown()
- first public release
## [0.1.0] - 2018-01-10
- initial version