From f7153dd9d7e491fed130d7127f310aeedd916e63 Mon Sep 17 00:00:00 2001 From: Allan Brighton Date: Mon, 27 Sep 2021 23:26:34 +0200 Subject: [PATCH] Added missing tai and utc units --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d6707..9572c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ All notable changes to this project will be documented in this file. - ### Added +- Added tai and utc units for time values + - Added a dependency on the [zlog](https://github.com/HardySimpson/zlog) logging library and replaced printf() with log messages Note that your application's main() must initialize the zlog library at startup. See the [zlog API](https://hardysimpson.github.io/zlog/UsersGuide-EN.html#sec:dzlog-API) for details.