mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
39 lines
822 B
Markdown
39 lines
822 B
Markdown
# Change Log PrintCharArray
|
|
|
|
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.3.3] - 2022-11-22
|
|
- add changelog.md
|
|
- add RP2040 to build-CI
|
|
- minor edit readme.md
|
|
|
|
|
|
## [0.3.2] - 2021-12-24
|
|
- update library.json, license, minor edits
|
|
|
|
|
|
## [0.3.1] - 2021-11-13 update Arduino-CI, readme.md
|
|
- add conditional PRINTCHARARRAY_MAX_BUFFER_SIZE
|
|
- add write(char \* str, uint8_t length) Print interface.
|
|
|
|
## [0.3.0] - 2021-01-06
|
|
- Arduino-CI + unit test, free -> available()
|
|
|
|
----
|
|
|
|
## [0.2.1] - 2020-06-19 fix library.json
|
|
## [0.2.0] - 2020-04-30 dynamic memory
|
|
|
|
----
|
|
|
|
## [0.1.1] - 2020-04-28
|
|
- minor optimization
|
|
|
|
## [0.1.0] - 2017-12-07
|
|
- initial version
|
|
|