Docs, Alpha: Update alpha changelogs
What
Updating Alpha changelog to reflect protocol and environment changes merged into master.
The following MRs have touched src/proto_alpha/lib_protocol or src/lib_protocol_environment/sigs/v*/ since the last reset of Alpha changelog.
- !10455 (merged) - Included
- !11201 (merged) - Refactoring
- !11262 (merged) - Included
- !11293 (merged) - Postponed
- !11341 (merged) - Included
- !11374 (merged) - Refactoring
- !11389 (merged) - Included
- !11390 (merged) - Included
- !11391 (merged) - Included
- !11392 (merged) - Included
- !11393 (merged) - Included
- !11394 (merged) - Cleanups
- !11427 (merged) - Doc
- !11445 (merged) - Included
- !11462 (merged) - Already included
- !11472 (merged) - Already included
- !11490 (merged) - Included
- !11494 (merged) - DAL
- !11544 (merged) - DAL
- !11555 (merged) - Included
- !11558 (merged) - Cleanups
- !11559 (merged) - Tests
- !11562 (merged) - Postpone
- !11563 (merged) - Comments
- !11568 (merged) - Included
- !11575 (merged) - Refactor
- !11594 (merged) - Included
- !11599 (merged) - Included
- !11602 (merged) - Included
How
git log --reverse --merges --full-history 3d524811..4dacda00
-- src/prot-- src/proto_alpha/lib_protocol/ src/lib_protocol_environment/sigs/v*/ | grep 'See merge request' | sort
Manually testing the MR
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by Killian Delarue