Commit 7608ff4e0be3b0bad5b28886d4b2cf97d60d5944

Authored by Jay Berkenbilt
1 parent cff26040

TODO: reminder to look for deprecated APIs in ABI section

Showing 1 changed file with 2 additions and 1 deletions
@@ -472,7 +472,8 @@ ABI Changes @@ -472,7 +472,8 @@ ABI Changes
472 472
473 This is a list of changes to make next time there is an ABI change. 473 This is a list of changes to make next time there is an ABI change.
474 Comments appear in the code prefixed by "ABI". Always Search for ABI 474 Comments appear in the code prefixed by "ABI". Always Search for ABI
475 -in source and header files to find items not listed here. 475 +in source and header files to find items not listed here. Also search
  476 +for "[[deprecated" to find deprecated APIs that can be removed.
476 477
477 * Deal with weak cryptographic algorithms: 478 * Deal with weak cryptographic algorithms:
478 * Github issue #576 479 * Github issue #576