diff --git a/common/defs/support.json b/common/defs/support.json index 4ed02fcb0e..f0fbd8a050 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -147,6 +147,7 @@ "bitcoin:XPM": "1.8.0", "bitcoin:XRC": "1.8.2", "bitcoin:XSN": "1.8.0", + "bitcoin:XVG": "1.9.3", "bitcoin:XZC": "1.6.2", "bitcoin:ZCR": "1.8.4", "bitcoin:ZEC": "1.8.1", @@ -2081,6 +2082,7 @@ "bitcoin:XPM": "2.0.11", "bitcoin:XRC": "2.1.1", "bitcoin:XSN": "2.0.11", + "bitcoin:XVG": "2.3.3", "bitcoin:XZC": "2.0.7", "bitcoin:ZCR": "2.1.7", "bitcoin:ZEC": "2.1.1", diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 2464b6b0da..94625e2e96 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Running the frozen version of the emulator doesn't need arguments. [#1115] - CoinJoin preauthorization and siging flow. [#1053] +- XVG support. [#1165] ### Changed - Print inverted question mark for non-printable characters. @@ -21,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Security -## 2.3.2 [to be released on 5th August 2020] +## 2.3.2 [5th August 2020] ### Added - Soft lock. [#958] @@ -258,3 +259,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1098]: https://github.com/trezor/trezor-firmware/issues/1098 [#1115]: https://github.com/trezor/trezor-firmware/issues/1115 [#1126]: https://github.com/trezor/trezor-firmware/issues/1126 +[#1165]: https://github.com/trezor/trezor-firmware/pull/1165 diff --git a/legacy/firmware/CHANGELOG.md b/legacy/firmware/CHANGELOG.md index d4384bbb47..789a066e63 100644 --- a/legacy/firmware/CHANGELOG.md +++ b/legacy/firmware/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 1.9.3 [to be released on 2nd September 2020] ### Added +- XVG support. [#1165] ### Changed - Print inverted question mark for non-printable characters. @@ -19,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Security -## 1.9.2 [to be released on 5th August 2020] +## 1.9.2 [5th August 2020] ### Added - Set initialized in storage to false if no mnemonic is present. [#965] @@ -328,3 +329,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#965]: https://github.com/trezor/trezor-firmware/issues/965 [#1030]: https://github.com/trezor/trezor-firmware/issues/1030 [#1098]: https://github.com/trezor/trezor-firmware/issues/1098 +[#1165]: https://github.com/trezor/trezor-firmware/pull/1165