You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
1
# Changelog
2
2
3
+
## 0.29.0
4
+
5
+
BREAKING CHANGES
6
+
7
+
* Gaia
8
+
*[\#3148](https://github.com/cosmos/cosmos-sdk/issues/3148) Fix `gaiad export` by adding a boolean to `NewGaiaApp` determining whether or not to load the latest version
9
+
10
+
* SDK
11
+
*[\#3163](https://github.com/cosmos/cosmos-sdk/issues/3163) Withdraw commission on self bond removal
12
+
13
+
3
14
## 0.28.1
4
15
5
-
BREAKNG CHANGES
16
+
BREAKING CHANGES
6
17
7
18
* Gaia REST API (`gaiacli advanced rest-server`)
8
19
*[lcd][\#3045](https://github.com/cosmos/cosmos-sdk/pull/3045) Fix quoted json return on GET /keys (keys list)
@@ -25,11 +36,11 @@ FEATURES
25
36
IMPROVEMENTS
26
37
27
38
* Gaia REST API (`gaiacli advanced rest-server`)
28
-
*\#2879, \#2880 Update deposit and vote endpoints to perform a direct txs query
39
+
*[\#2879](https://github.com/cosmos/cosmos-sdk/issues/2879), [\#2880](https://github.com/cosmos/cosmos-sdk/issues/2880) Update deposit and vote endpoints to perform a direct txs query
29
40
when a given proposal is inactive and thus having votes and deposits removed
30
41
from state.
31
42
* Gaia CLI (`gaiacli`)
32
-
*\#2879, \#2880 Update deposit and vote CLI commands to perform a direct txs query
43
+
*[\#2879](https://github.com/cosmos/cosmos-sdk/issues/2879), [\#2880](https://github.com/cosmos/cosmos-sdk/issues/2880) Update deposit and vote CLI commands to perform a direct txs query
33
44
when a given proposal is inactive and thus having votes and deposits removed
0 commit comments