]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/relnotes.txt
Let <ucw/lib.h> include <stdbool.h> automatically
[libucw.git] / ucw / doc / relnotes.txt
index 9c9df165c38dd84eafa7838a942fe9f71a7ea46f..f589bac17435d8b66c60de0a83f3ed8e9ce6fa21 100644 (file)
@@ -4,14 +4,15 @@ Release notes
 WIP
 ---
 
-* The <<conf:,configuration file parser>> has been improved:
-** *Incompatible:* The interface of the <<heap:,heap>> module was cleaned up
+* `<stdbool.h>` is automatically included by `<ucw/lib.h>`.
+* *Incompatible:* The interface of the <<heap:,heap>> module was cleaned up
    to remove non-systematic side-effects. The `HEAP_INSERT` operation is now
    a proper insert (previously, it was just cleanup after insertion performed
    by the caller), similarly `HEAP_INCREASE` and `HEAP_DECREASE`. The `HEAP_DELMIN`
    operation was renamed to `HEAP_DELETE_MIN`. New operations `HEAP_REPLACE` and
    `HEAP_REPLACE_MIN` have been added. If you need to track positions of elements
    in the heap, please check the notes at individual functions.
+* The <<conf:,configuration file parser>> has been improved:
 ** Multiple instances of the configuration parser are supported.
 ** *Incompatible:* As there may be more instances, we can no longer use
    global variables to control the configuration system. In particular,