mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
37 lines
665 B
Markdown
37 lines
665 B
Markdown
# Change Log nibbleArray
|
|
|
|
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.4] - 2022-11-18
|
|
- add RP2040 in build-CI
|
|
- add changelog.md
|
|
|
|
|
|
## [0.2.3] - 2021-12-22
|
|
- update library.json, readme
|
|
- update license
|
|
- minor edits
|
|
|
|
## [0.2.2] - 2020-11-10
|
|
- update Arduino-CI, badges
|
|
- fix bug in setAll()
|
|
- add memory()
|
|
|
|
## [0.2.1 2020-01-02
|
|
- Arduino-CI + unit test
|
|
|
|
## [0.2.0 2020-06-21
|
|
- refactor
|
|
- add #pragma once
|
|
- removed pre 1.0 support
|
|
|
|
----
|
|
|
|
## [0.1.0] - 2015-04-12
|
|
- initial version.
|
|
|