GY-63_MS5611/libraries/IEEE754tools/CHANGELOG.md
2023-11-06 15:19:19 +01:00

54 lines
986 B
Markdown

# Change Log IEEE754tools
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.2.5] - 2023-11-06
- update readme.md
- fix CHANGELOG.md
- renamed IEEE754_VERSION to IEEE754_LIB_VERSION
- minor edits examples.
## [0.2.4] - 2022-11-12
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- minor edit unit test
## [0.2.3] - 2021-12-20
- update library.json, license, minor edits
## [0.2.2] - 2021-11-05
- update Arduino-CI
- badges
- update readme.md
- some testing on ESP32 (no fixing)
## [0.2.1] - 2020-12-30
- add Arduino-CI
## [0.2.0] - 2020-06-30
- own repo
- some refactor...
----
## [0.1.03] - 2013-09-10
- renamed IEEE_Sign IEEE_Exponent
## [0.1.02] - 2013-09-08
- added SHIFT_POW2
## [0.1.01] - 2013-09-08
- added IEEE_NAN
- IEEE_INF tests
- version string
## [0.1.00] - 2013-09-08
- initial version