From 56f963d332fb1985cef71b297da8285bb99e0b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Jas=CC=8Cko?= Date: Sun, 14 Jan 2024 22:54:27 +0100 Subject: [PATCH] chore: Changelog --- core/.changelog.d/3496.added.1 | 1 + core/.changelog.d/3496.added.2 | 1 + core/.changelog.d/3496.changed.3 | 1 + python/.changelog.d/3496.added.1 | 1 + python/.changelog.d/3496.added.2 | 1 + 5 files changed, 5 insertions(+) create mode 100644 core/.changelog.d/3496.added.1 create mode 100644 core/.changelog.d/3496.added.2 create mode 100644 core/.changelog.d/3496.changed.3 create mode 100644 python/.changelog.d/3496.added.1 create mode 100644 python/.changelog.d/3496.added.2 diff --git a/core/.changelog.d/3496.added.1 b/core/.changelog.d/3496.added.1 new file mode 100644 index 0000000000..6e208d171f --- /dev/null +++ b/core/.changelog.d/3496.added.1 @@ -0,0 +1 @@ +Cardano: Added support for Conway certificates diff --git a/core/.changelog.d/3496.added.2 b/core/.changelog.d/3496.added.2 new file mode 100644 index 0000000000..509c632add --- /dev/null +++ b/core/.changelog.d/3496.added.2 @@ -0,0 +1 @@ +Cardano: Added support for tagged sets in CBOR (tag 258) diff --git a/core/.changelog.d/3496.changed.3 b/core/.changelog.d/3496.changed.3 new file mode 100644 index 0000000000..b7d9fb6727 --- /dev/null +++ b/core/.changelog.d/3496.changed.3 @@ -0,0 +1 @@ +Cardano: Increased max URL length to 128 bytes diff --git a/python/.changelog.d/3496.added.1 b/python/.changelog.d/3496.added.1 new file mode 100644 index 0000000000..6e208d171f --- /dev/null +++ b/python/.changelog.d/3496.added.1 @@ -0,0 +1 @@ +Cardano: Added support for Conway certificates diff --git a/python/.changelog.d/3496.added.2 b/python/.changelog.d/3496.added.2 new file mode 100644 index 0000000000..509c632add --- /dev/null +++ b/python/.changelog.d/3496.added.2 @@ -0,0 +1 @@ +Cardano: Added support for tagged sets in CBOR (tag 258)