mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
43 lines
781 B
Markdown
43 lines
781 B
Markdown
|
# Change Log Float16
|
||
|
|
||
|
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-11-07
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
- update readme.md
|
||
|
- update keywords.txt
|
||
|
|
||
|
|
||
|
## [0.1.6] - 2021-12-18
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.1.5] - 2021-12-02
|
||
|
- add basic math
|
||
|
- optimize compare operators
|
||
|
|
||
|
## [0.1.4] - 2021-11-26
|
||
|
- setup repo to get it working again.
|
||
|
- still experimental.
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.03] - eons ago ??
|
||
|
- ??
|
||
|
|
||
|
## [0.1.02] - 2015-03-14
|
||
|
- getting rounding right
|
||
|
|
||
|
## [0.1.01] - 2015-03-12
|
||
|
- make base conversion separate functions
|
||
|
|
||
|
## [0.1.00] - 2015-03-10
|
||
|
- initial version
|
||
|
|