mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
41 lines
786 B
Markdown
41 lines
786 B
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.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.
|
||
|
|