33 lines
734 B
Markdown
Raw Normal View History

2022-11-24 20:21:52 +01:00
# 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/).
2023-02-02 19:16:24 +01:00
## [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
2022-11-24 20:21:52 +01:00
## [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