mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
44 lines
798 B
Markdown
44 lines
798 B
Markdown
|
# Change Log printSize
|
||
|
|
||
|
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 edits
|
||
|
|
||
|
|
||
|
## [0.3.2] - 2021-12-24
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.3.1] - 2021-11-13
|
||
|
- update Arduino-CI, readme.md, badges
|
||
|
- add write(str, length) for Print interface.
|
||
|
|
||
|
## [0.3.0] - 2021-01-06
|
||
|
- Arduino-CI + unit test
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.2] - 2020-06-19
|
||
|
- fix library.json
|
||
|
|
||
|
## [0.2.1] - 2020-05-26
|
||
|
- fix #1 - URLS + centering example
|
||
|
|
||
|
## [0.2.0] - 2020-04-30
|
||
|
- add total counter to sum multiple print statements
|
||
|
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.0] - 2017-12-09
|
||
|
- initial version
|
||
|
|