commit a4706628275676f49ecdd00c639a10343760b49f parent 7feb350fe23bc2a85554dc2fd34687a82c7a1ec7 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Fri, 19 Jan 2024 17:09:58 +0100 It is all.h, not draft.h Diffstat:
M | ChangeLog.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog.md b/ChangeLog.md @@ -65,7 +65,7 @@ Note: we kept the last draft factory ID in order to not break plugins already us ## Organization -* `clap.h` no longer includes headers from `ext/draft` or `factory/draft`. Draft extension and factory headers must now be explicitly included, either individually or via the `draft.h` header. +* `clap.h` no longer includes headers from `ext/draft` or `factory/draft`. Draft extension and factory headers must now be explicitly included, either individually or via the `all.h` header. ## Other changes