https://gitlab.com/tezos/tezos
Revision c23cd60c837a31d4a65d7ef828b5a91974b1bdda authored by Pierrick Couderc on 22 July 2022, 14:43:12 UTC, committed by Pierrick Couderc on 22 July 2022, 14:43:12 UTC
1 parent 538823f
Raw File
Tip revision: c23cd60c837a31d4a65d7ef828b5a91974b1bdda authored by Pierrick Couderc on 22 July 2022, 14:43:12 UTC
WASM: add tests for `Decode.LazyStack`
Tip revision: c23cd60
CHANGES.rst
Development Changelog
'''''''''''''''''''''

**NB:** The changelog for releases can be found at: https://tezos.gitlab.io/CHANGES.html


This file lists the changes added to each version of tezos-node,
tezos-client, and the other Octez executables. The changes to the economic
protocol are documented in the ``docs/protocols/`` directory; in
particular in ``docs/protocols/alpha.rst``.

When you make a commit on master, you can add an item in one of the
following subsections (node, client, …) to document your commit or the
set of related commits. This will ensure that this change is not
forgotten in the final changelog, which can be found in ``docs/CHANGES.rst``.
By having your commits update this file you also make it easy to find the
commits which are related to your changes using ``git log -p -- CHANGES.rst``.
Relevant items are moved to ``docs/CHANGES.rst`` after each release.

Only describe changes which affect users (bug fixes and new features),
or which will affect users in the future (deprecated features),
not refactorings or tests. Changes to the documentation do not need to
be documented here either.

Node
----

Client
------

Accuser
-------

Signer
------

Proxy Server
------------

Protocol Compiler And Environment
---------------------------------

Codec
-----

Docker Images
-------------

Rollups
-------

Miscellaneous
-------------
back to top