Skip to content

Commit

Permalink
Merge pull request #4018 from oasisprotocol/changelog-21.2.x
Browse files Browse the repository at this point in the history
changelog: Assemble changes for 21.2.1 release
  • Loading branch information
tjanez authored Jun 10, 2021
2 parents 5511fc7 + 359b75d commit d49922f
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 12 deletions.
1 change: 0 additions & 1 deletion .changelog/4009.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4010.bugfix.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/4010.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4014.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '21'
minor = 2
micro = 0
micro = 1
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,37 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 21.2.1 (2021-06-10)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 4.0.0 |
| Runtime Host | 3.0.0 |
| Runtime Committee | 2.0.0 |

### Features

- go/staking: Add DebondingStartEscrowEvent
([#4014](https://github.com/oasisprotocol/oasis-core/issues/4014))

This makes it easier to reason about the debonded amounts, both in shares and
in base units.

### Bug Fixes

- go/oasis-net-runner: Always honor fixture.default.setup_runtimes
([#4009](https://github.com/oasisprotocol/oasis-core/issues/4009))

- go/common/badger: Fix v2->v3 migration for managed mode
([#4010](https://github.com/oasisprotocol/oasis-core/issues/4010))

- go/storage/mkvs/checkpoint: Checkpoint in descending order
([#4010](https://github.com/oasisprotocol/oasis-core/issues/4010))

Previously the checkpointer would generate checkpoints in ascending order
which meant that it could generate many checkpoints only to garbage collect
them in the next step.

## 21.2 (2021-06-07)

| Protocol | Version |
Expand Down

0 comments on commit d49922f

Please sign in to comment.