GY-63_MS5611/libraries/SparseMatrix/CHANGELOG.md
2023-11-22 10:49:01 +01:00

35 lines
680 B
Markdown

# Change Log SparseMatrix
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.5] - 2023-11-22
- update readme.md
## [0.1.4] - 2022-11-25
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
## [0.1.3] - 2022-07-16
- add boundingBox(...)
- fix #4 set() add()
## [0.1.2] - 2022-07-14
- increase size to uint16_t
- add SPARSEMATRIX_MAX_SIZE
- improve documentation
## [0.1.1] - 2022-07-13
- add clear()
- add add(x, y, value)
- fix set(x, y, 0)
## [0.1.0] - 2022-07-12
- initial version