GY-63_MS5611/libraries/ellipse/CHANGELOG.md
2024-05-10 13:54:39 +02:00

35 lines
769 B
Markdown

# Change Log ellipse
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.4] - 2024-05-06
- add **float perimeter_Parker()**
- update **ellipse_performance.ino**
- add **ellipse_performance2.ino** (table form)
- update keywords.txt
- minor edits
## [0.1.3] - 2023-10-25
- update readme.md
- update keywords.txt
## [0.1.2] - 2022-11-02
- add changelog.md
- add rp2040 to build-CI
- update readme.md
- refactor code
- add getLongRadius() and getShortRadius()
## [0.1.1] - 2022-07-24
- add angle() + example
- add isCircle(), isFlat()
- update readme.md
## [0.1.0] - 2021-10-31
- initial version