# Change Log CountDown 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.2] - 2023-10-18 - update readme.md (badges) ## [0.3.1] - 2023-03-14 - fix #14 add **restart()** function. - add demo for restart **countdown_restart.ino** ## [0.3.0] - 2023-01-10 - fix #12 MINUTES bug - label enum resolution to be printable u, m, s, M. - add getUnits() - add isStopped() for convenience. - fix initialization of private variables. - update GitHub actions - update license - update readme.md - update unit tests ---- ## [0.2.7] - 2022-10-30 - add changelog.md - add rp2040 to build-CI - minor edit unit test ## [0.2.6] - 2021-12-14 - update library.json, license ## [0.2.5] - 2021-10-19 - update Arduino-CI - add badges ## [0.2.4] - 2021-01-15 - start detect overflow now ## [0.2.3] - 2020-12-17 - add Arduino-CI + unit test ## [0.2.2] - 2020-07-08 - add MINUTES - refactor ## [0.2.1] - 2020-06-05 - fix library.json ## [0.2.0] - 2020-03-29 - add #pragma once - removed pre 1.0 support ---- ## [0.1.3] - 2017-07-16 - TODO improved seconds - OdoMeter see below ... TODO ## [0.1.2] - 2017-07-16 - add start(days, hours, minutes, seconds) + cont() == continue countdown ## [0.1.1] - 2015-10-29 - add start(h, m, s) ## [0.1.0] - 2015-10-27 - initial version