From 8121f585eee0e01941be4ffd968a304f7d92c421 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 25 May 2022 02:17:14 +0300 Subject: [PATCH] Main: Use assertions everywhere --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index bb40326..fb7d093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * src/multiboot2/info_is_valid.c: Fix division by zero * configure.ac: Test options made stable * configure.ac: Feature "bloat" made stable + * src/: Use assertions everywhere (closes #14) 2022-02-10 Alex Kotov