From 7608ff4e0be3b0bad5b28886d4b2cf97d60d5944 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 30 Apr 2022 16:05:15 -0400 Subject: [PATCH] TODO: reminder to look for deprecated APIs in ABI section --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 96ee2455..889e8a7b 100644 --- a/TODO +++ b/TODO @@ -472,7 +472,8 @@ ABI Changes This is a list of changes to make next time there is an ABI change. Comments appear in the code prefixed by "ABI". Always Search for ABI -in source and header files to find items not listed here. +in source and header files to find items not listed here. Also search +for "[[deprecated" to find deprecated APIs that can be removed. * Deal with weak cryptographic algorithms: * Github issue #576