From 4149f2cb9c93333aa2456eaac57406a8c1798707 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 14 Aug 2024 20:28:57 -0400 Subject: [PATCH] Add comment pointing to the rationale for versioning the drawing API. I'm guessing that front end authors might look here to investigate a build failure due to the recent changes to the drawing API. (This unfortunately needs to be a separate commit from its parent -- otherwise it would need to reference its own hash!) --- puzzles.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/puzzles.h b/puzzles.h index bac3ec3..f04bdbf 100644 --- a/puzzles.h +++ b/puzzles.h @@ -788,8 +788,9 @@ struct drawing_api { * Change log: * * Version 1 (2024-08-14): Introduction of version number, in - * conjunction with changing every API function to take `drawing *` - * instead of `void *`. + * conjunction with changing every API function to take `drawing + * *` instead of `void *`. See commit 992613f for the detailed + * rationale behind this change. */ int version;