From 998454a4bc1104bca85d2b8c6fc6d48eb02c7ce2 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Sun, 28 Feb 2021 22:05:30 -0700 Subject: [PATCH] update changelog (#856) --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dbf1ef..4b8283bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,24 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## [v0.13.0] + +* Hard Protocol - Introduces borrowing functionality to HARD protocol. See full [spec](https://github.com/Kava-Labs/kava/tree/master/x/hard/spec) + +### Breaking changes + +[\#750](https://github.com/Kava-Labs/kava/pull/750) Update CDP liquidations to allow for liquidation by external keeper. + +[\#751](https://github.com/Kava-Labs/kava/pull/751) Use accumulators for CDP interest accumulation. + +[\#780](https://github.com/Kava-Labs/kava/pull/780) Moves HARD token distribution from `harvest` module to `incentive` module. All HARD supply, borrow, and delegator reward objects and claims are moved to the `incentive` module. + + + +## [v0.12.0] + +[\#701](https://github.com/Kava-Labs/kava/pull/701) Patch issue that prevented atomic swaps from completing successfully +## [v0.11.0] [\#591](https://github.com/Kava-Labs/kava/pull/591) Add a `raw-params` cli method to query raw parameter values for use in manual verification of gov proposals. @@ -48,6 +65,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ [\#629](https://github.com/Kava-Labs/kava/pulls/629) Add CDP collateral type as a field for CDPs and collateral parameters. +[\#658](https://github.com/Kava-Labs/kava/pulls/658) Add harvest v1 and HARD token distribution schedule + ### Breaking changes * CDPs have an additional field, Type, which is a string that represents the unique collateral type that this CDP holds. This enables, for example, a single denom such as 'bnb' to have two CDP types, 'bnb-a' and 'bnb-b'.