From a0696503c44c29de4746145a523e6b36a738dab5 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 23 Jan 2022 16:14:10 +0500 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b84bb2..7135875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,14 @@ * include/kernaux/assert.h: Require semicolon after macros +2022-01-22 Alex Kotov + + libkernaux 0.2.0 released + 2022-01-22 Alex Kotov * README.md: Configuration options now follow semver * include/kernaux/assert.h: Do not allow to disable asserts and guards - * libkernaux 0.2.0 released 2022-01-21 Alex Kotov @@ -14,7 +17,10 @@ 2022-01-20 Alex Kotov - * libkernaux 0.1.0 released * include/kernaux/assert.h: Added unconditional assertion (panic) * include/kernaux/assert.h: Added guards for unconditional assertion (panic) * src/printf.c: Fix bug and actually enable floating-point arithmetics + +2022-01-20 Alex Kotov + + libkernaux 0.1.0 released