mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
44 lines
802 B
Markdown
44 lines
802 B
Markdown
# Change Log printString
|
|
|
|
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] - 2024-04-11
|
|
- update GitHub actions
|
|
- minor edits
|
|
|
|
## [0.2.4] - 2023-11-15
|
|
- update readme.md
|
|
|
|
## [0.2.3] - 2022-11-22
|
|
- add changelog.md
|
|
- add RP2040 to build-CI
|
|
|
|
## [0.2.2] - 2021-12-24
|
|
- update library.json
|
|
- update license
|
|
- minor edits
|
|
|
|
## [0.2.1] - 2021-11-14
|
|
- update Arduino-CI
|
|
- update readme.md
|
|
- add write(char \* str, uint8_t length) Print interface.
|
|
|
|
## [0.2.0] - 2021-01-06
|
|
- add Arduino-CI + unit test
|
|
|
|
----
|
|
|
|
## [0.1.2] - 2020-06-19
|
|
- fix library.json
|
|
|
|
## [0.1.1] - 2020-04-26
|
|
- added size
|
|
|
|
## [0.1.0] - 2017-12-09
|
|
- initial version
|
|
|