From 2cd1732833a758885c56737c7ea49dd8d8e838cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Husiaty=C5=84ski?= Date: Fri, 29 Nov 2019 13:10:35 +0100 Subject: [PATCH] release 0.23.0 (#1068) - `x/sigs` allow to explicitly specify which user to bump the sequence for instead of relying on the transaction signatures. - `x/username` when registering a token, allow to explicitly specify the new token owner instead of relying only on the transaction signatures. Breaking changes - deprecate and rename `x.MainSigner` to `x.AnySigner` to better describe provided functionality. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297907fb..e95ab2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,19 @@ ## HEAD -- deprecate and rename `x.MainSigner` to `x.AnySigner` to better describe - provided functionality. + +## 0.23.0 + - `x/sigs` allow to explicitly specify which user to bump the sequence for instead of relying on the transaction signatures. - `x/username` when registering a token, allow to explicitly specify the new token owner instead of relying only on the transaction signatures. +Breaking changes + +- deprecate and rename `x.MainSigner` to `x.AnySigner` to better describe + provided functionality. + ## 0.22.0 - `x/username`: allow to change configuration via message @@ -23,7 +29,6 @@ - `orm`: implement `SerialModelBucket` that provides a better API to interact with datastore. - `migration`: implement migration for `SerialModelBucket`. - ## 0.21.3 - `x/msgfee` was extended to provide a message to set a fee for a given message path.