# Change Log DistanceTable 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] - 2023-09-25 - update changelog - update readme.md ## [0.3.2] - 2022-11.02 - add changelog.md - add rp2040 to build-CI - update readme.md ## [0.3.1] - 2022-07-22 - fix set() get() test order - set() returns bool on success. - adds sum() and average() - add Pascal Triangle example. ## [0.3.0] - 2022-01-06 - add invert flag, add unit tests - add countAbove(), countBelow() - fix allocation + # elements ---- ## [0.2.2] - 2021-12-17 - update license - update readme.md - minor edits ## [0.2.1] - 2021-10-26 - update build-CI - update readme.md - default value in constructor ## [0.2.0] - 2021-01-19 - refactor - properly named functions, - add setAll() - add minimum(), maximum() - add count() ---- ## [0.1.6] - 2020-12-20 - Arduino-CI + unit test ## [0.1.5] - 2020-06-07 - fix library.json - minor edits ## [0.1.4] - 2019-01-10 - add size() ## [0.1.3] - 2017-07-27 - Fix issue #33 ## [0.1.2] - 2017-07-15 - fix overflow - add some error detection - revert float to float to memory ## [0.1.01] - 2015-06-19 - refactor ## [0.1.00] - 2015-06-18 - initial version