add changelog entry for 0.2.0

This commit is contained in:
Emily Martins 2022-08-13 14:56:14 +02:00
parent 8516dec99c
commit 93d41deba3

View file

@ -2,8 +2,9 @@
This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
## Unreleased (Candidate for 1.0.0)
## Unreleased (Candidate for 0.2.0) ## 0.2.0 -- 2022-08-13
### Added ### Added
@ -11,6 +12,14 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
### Modified ### Modified
- Bump plutarch to 1.2 and use `liqwid-nix` for flake derivation.
Included by [#150](https://github.com/Liqwid-Labs/agora/pull/150).
- Script building uses the lazy record `AgoraScripts` instead of explicit per-component parameters.
Included by [#150](https://github.com/Liqwid-Labs/agora/pull/150).
- Stake delegation. - Stake delegation.
Included by [#149](https://github.com/Liqwid-Labs/agora/pull/149). Included by [#149](https://github.com/Liqwid-Labs/agora/pull/149).