Merge pull request #154 from Liqwid-Labs/emiflake/changelog-0.2.0

add changelog entry for 0.2.0
This commit is contained in:
emiflake 2022-08-13 15:01:03 +02:00 committed by GitHub
commit e4f07bb1ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,9 @@
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
@ -11,6 +12,14 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
### 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.
Included by [#149](https://github.com/Liqwid-Labs/agora/pull/149).