Skip to content

Commit 7988183

Browse files
committed
Updated changelog with unreleased changes above v3.0.6
1 parent 54ce793 commit 7988183

1 file changed

Lines changed: 55 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,61 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
44

55
## [Unreleased]
66

7-
(empty)
7+
### Changed
8+
9+
- Tests rely on deprecated `assert_cmd::cargo_bin` which will break on future Cargo versions ([#2584])
10+
- Synchronize changes from `release/v3.0.x` ([#2674])
11+
- Updated changelog to `v3.0.6` ([#2673])
12+
- Fix some comments to improve readability ([#2651])
13+
- Remove extra space in comment ([#2649])
14+
- Forward-ported changes from `release/v3.0.x` ([#2647])
15+
- Backported changes from `release/v3.0.x` to `main` ([#2642])
16+
- Clarify Stargate query comments in reflect schemas ([#2641])
17+
- Clarify WasmQuery comments in reflect schemas ([#2640])
18+
- Fix Empty comment typo in generated schemas ([#2637])
19+
- sync-generated-message-comment-fixes ([#2636])
20+
- Fixed comments in schema ([#2635])
21+
- Clarify WasmMsg instantiate comments ([#2634])
22+
- Short-circuit zero results in decimal `from_atomics` ([#2633])
23+
- Improved code coverage for `decimal256` ([#2632])
24+
- Refactored tests for `Decimal256` ([#2631])
25+
- Optimize `Decimal256::sqrt` using `ilog10` ([#2629])
26+
- Improved code coverage for `decimal.rs` ([#2628])
27+
- Refactored tests for `decimal.rs` ([#2626])
28+
- Clarify API comments ([#2625])
29+
- Fix README grammar ([#2624])
30+
- Fix Rust comment typos ([#2623])
31+
- Refactored `cosmwasm-check` tests in `v3.0.x` ([#2619])
32+
- Replaced deprecated `assert_cmd` code in `v3.0.x` ([#2616])
33+
- Updated released versions ([#2614])
34+
- Optimize `Decimal::sqrt` using `ilog10` ([#2604])
35+
36+
[#2584]: https://github.com/CosmWasm/cosmwasm/issues/2584
37+
[#2674]: https://github.com/CosmWasm/cosmwasm/pull/2674
38+
[#2673]: https://github.com/CosmWasm/cosmwasm/pull/2673
39+
[#2651]: https://github.com/CosmWasm/cosmwasm/pull/2651
40+
[#2649]: https://github.com/CosmWasm/cosmwasm/pull/2649
41+
[#2647]: https://github.com/CosmWasm/cosmwasm/pull/2647
42+
[#2642]: https://github.com/CosmWasm/cosmwasm/pull/2642
43+
[#2641]: https://github.com/CosmWasm/cosmwasm/pull/2641
44+
[#2640]: https://github.com/CosmWasm/cosmwasm/pull/2640
45+
[#2637]: https://github.com/CosmWasm/cosmwasm/pull/2637
46+
[#2636]: https://github.com/CosmWasm/cosmwasm/pull/2636
47+
[#2635]: https://github.com/CosmWasm/cosmwasm/pull/2635
48+
[#2634]: https://github.com/CosmWasm/cosmwasm/pull/2634
49+
[#2633]: https://github.com/CosmWasm/cosmwasm/pull/2633
50+
[#2632]: https://github.com/CosmWasm/cosmwasm/pull/2632
51+
[#2631]: https://github.com/CosmWasm/cosmwasm/pull/2631
52+
[#2629]: https://github.com/CosmWasm/cosmwasm/pull/2629
53+
[#2628]: https://github.com/CosmWasm/cosmwasm/pull/2628
54+
[#2626]: https://github.com/CosmWasm/cosmwasm/pull/2626
55+
[#2625]: https://github.com/CosmWasm/cosmwasm/pull/2625
56+
[#2624]: https://github.com/CosmWasm/cosmwasm/pull/2624
57+
[#2623]: https://github.com/CosmWasm/cosmwasm/pull/2623
58+
[#2619]: https://github.com/CosmWasm/cosmwasm/pull/2619
59+
[#2616]: https://github.com/CosmWasm/cosmwasm/pull/2616
60+
[#2614]: https://github.com/CosmWasm/cosmwasm/pull/2614
61+
[#2604]: https://github.com/CosmWasm/cosmwasm/pull/2604
862

963
## [3.0.6] - 2025-05-13
1064

0 commit comments

Comments
 (0)