Add ChangeLog for moving OID string conversion functions

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey 2024-09-13 17:47:40 +01:00
parent 3da783b468
commit 5125a1bf21

View File

@ -0,0 +1,4 @@
Changes
* Functions regarding numeric string conversions for OIDs have been moved
from the OID module and now reside in X.509 module. This helps to reduce
the code size as these functions are not commonly used outside of X.509.