diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adddd8fcb..295eba1334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +--------------------------------------------------------------------- +Release 2.0.180808-rc2 +--------------------------------------------------------------------- +Bug fixes and improvements +-------- +- Fix #1752: Account with no balances crashes the GUI +- Fix #1748: Disable release notifications in RC builds +- Fix #1745: are_equal_shallow bug +- Fix #1737: Make sure groupedOrder selection is used when switching chart timeframes + --------------------------------------------------------------------- Release 2.0.180808-rc1 --------------------------------------------------------------------- diff --git a/package.json b/package.json index 69ea3e26c3..cd7a7ee3a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BitShares2-light", - "version": "2.0.180808-rc1", + "version": "2.0.180808-rc2", "description": "Advanced wallet interface for the BitShares financial blockchain.", "homepage": "https://github.com/bitshares/bitshares-ui", "author": "Sigve Kvalsvik ",