mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
36 lines
778 B
Markdown
36 lines
778 B
Markdown
# Change Log soundex
|
|
|
|
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.1.5] - 2023-11-21
|
|
- update readme.md
|
|
|
|
|
|
## [0.1.4] - 2023-02-02
|
|
- update readme.md
|
|
- update GitHub actions
|
|
- update license 2023
|
|
- allow **SOUNDEX_MAX_LENGTH** be defined from command line.
|
|
- move code to .cpp
|
|
|
|
## [0.1.3] - 2022-11-24
|
|
- Add RP2040 support to build-CI.
|
|
- Add CHANGELOG.md
|
|
- update readme.md
|
|
- fix bug in performance example
|
|
- add output file of 2 examples as reference
|
|
|
|
## [0.1.2] - 2022-02-06
|
|
- added soundex16(), soundex32()
|
|
|
|
## [0.1.1] - 2022-02-05
|
|
- initial library version
|
|
|
|
## [0.1.0] - 2011-05-20
|
|
- initial version
|
|
|