From 8beb4b812e95fd98d4a936a6cd1c15343a97758b Mon Sep 17 00:00:00 2001 From: bsall Date: Tue, 2 May 2023 10:47:34 +0200 Subject: [PATCH] Doc : update Alpha changelog --- docs/protocols/alpha.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/protocols/alpha.rst b/docs/protocols/alpha.rst index 3ac88a5994ba..070b6b3158b6 100644 --- a/docs/protocols/alpha.rst +++ b/docs/protocols/alpha.rst @@ -62,3 +62,21 @@ Internal - Encoding that supports ``endorsement`` kind in JSON are now suffixed with ``_with_legacy_attestation_name``. Non legacy encoding supports ``attestation`` kind. (MR :gl:`!8563`) + +- Michelson: remove legacy behaviour related to contract type. (MR :gl:`!5800`) + +- Michelson: cleanup legacy annotation management. (MR :gl:`!8208`) + +- Michelson: refactor management of metadata in ty smart constructors. (MR :gl:`!8420`) + +- Michelson: remove unused deprecated tx_rollup_l2_address type. (MR :gl:`!8546`) + +- Rename ``source`` into ``sender``. (MR :gl:`!7373`) + +- Improve efficiency of solving the baker PoW challenge. (MR :gl:`!8403`) + +- Refactor declarations of ``make_empty_context`` and ``make_empty_tree`` for easier use. + (MR :gl:`!8550`) + +- Move notion of Smart rollup address in the shell to make it common to all protocols, + and expose it in the environment. (MR :gl:`!8562`) -- GitLab