GY-63_MS5611/libraries/randomHelpers/CHANGELOG.md
2023-11-16 20:20:16 +01:00

53 lines
1.0 KiB
Markdown

# Change Log randomHelpers
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.7] - 2023-11-16
- update readme.md
- minor edits
## [0.2.6] - 2023-02-25
- add **getRandom2(), getRandom3(), getRandom7()**
- optimize **throwDice()**
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
## [0.2.5] - 2022-11-23
- add changelog.md
- add RP2040 to build-CI
- fix license (started 2015)
## [0.2.4] - 2022-04-15
- fix #4 split .h in .h and .cpp
## [0.2.3] - 2021-12-27
- update library.json, license,
- minor edits
## [0.2.2] - 2021-11-15
- update Arduino-CI, readme.md badges
- add seedMarsaglia(uint32_t a, uint32_t b)
- fix randomDice()
## [0.2.1] - 2021-01-07
- Arduino-CI
## [0.2.0] - 2020-07-01
- rewrite
----
## [0.1.01] - 2015-08-18
- bug fixes and further optimizations
## [0.1.00] - 2015-08-17
- initial version.