update relnotes

Change-Id: I556f15de43293e79a0c4f85f4d9372009aeacd91
This commit is contained in:
Mateusz Poliwczak 2024-05-15 19:30:57 +02:00
parent e121ef3af2
commit 921ca8bd0c

View File

@ -1,3 +1,3 @@
The new [`ParseOID`](/pkg/crypto/x509#ParseOID) function parses a dot-encoded ANS.1 Object Identifier.
The new [`ParseOID`](/pkg/crypto/x509#ParseOID) function parses a dot-encoded ASN.1 Object Identifier string.
The [`OID`](/pkg/crypto/x509#OID) type now implements the [`BinaryMarshaler`](/pkg/encoding#BinaryMarshaler), [`BinaryUnmarshaler`](/pkg/encoding#BinaryUnmarshaler),
[`TextMarshaler`](/pkg/encoding#TextMarshaler), [`TextUnmarshaler`](/pkg/encoding#TextUnmarshaler) interfaces.