Skip to content

Commit 8d41e66

Browse files
authored
Updated CHANGELOG with unreleased issues and PRs. (#2603)
1 parent bff5f80 commit 8d41e66

File tree

1 file changed

+75
-6
lines changed

1 file changed

+75
-6
lines changed

CHANGELOG.md

Lines changed: 75 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,80 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
44

55
## [Unreleased]
66

7-
(empty)
7+
### Changed
8+
9+
- cosmwasm repository: Fixed typos ([#2602])
10+
- cosmwasm repository: Updated Telegram link ([#2601])
11+
- cosmwasm repository: docs(README): fix the community link to Telegram and add a link to the CosmWasm icon ([#2597])
12+
- cosmwasm repository: Updated MIGRATING.md ([#2595])
13+
- cosmwasm repository: Update MIGRATING.md for version 3.0.x ([#2594])
14+
- cosmwasm repository: chore: fix some typos ([#2591])
15+
- cosmwasm repository: core: assert BLS12-381 generator length invariants ([#2586])
16+
- cosmwasm repository: Improved development scripts ([#2581])
17+
- cosmwasm repository: Fix typos ([#2579])
18+
- cosmwasm repository: Update GitHub actions to the newest versions ([#2578])
19+
- cosmwasm repository: Update CHANGELOG.md for v3.0.2 ([#2577])
20+
- cosmwasm repository: Fix articles in `Int` type comments ([#2576])
21+
- cosmwasm repository: CI: migrate workflows to checkout v6 ([#2564])
22+
- cosmwasm repository: chore: fix some comments ([#2562])
23+
- cosmwasm repository: doc: fix typos ([#2561])
24+
- cosmwasm repository: docs: fix minor grammar ([#2560])
25+
- cosmwasm repository: chore: fix some typos and inaccuracies ([#2559])
26+
- cosmwasm repository: Fix typo ([#2558])
27+
- cosmwasm repository: chore: fix typo in README.md ([#2556])
28+
- cosmwasm repository: ci: upgrade GitHub Action to download-artifact@v5 ([#2555])
29+
- cosmwasm repository: docs: fix typos ([#2554])
30+
- cosmwasm repository: chore: fix minor typos ([#2551])
31+
- cosmwasm repository: chore: fix minor typos ([#2550])
32+
- cosmwasm repository: Correct minor grammar mistakes ([#2549])
33+
- cosmwasm repository: docs: fix typo ([#2547])
34+
- cosmwasm repository: Moved MSRV.md to Wiki ([#2546])
35+
- cosmwasm repository: Moved CHECKS.md content to Wiki ([#2545])
36+
- cosmwasm repository: Updated schemas ([#2544])
37+
- cosmwasm repository: chore: fix typos in function names ([#2542])
38+
- cosmwasm repository: fix: grammar issues in contracts and IBC code comments ([#2541])
39+
- cosmwasm repository: chore: Remove duplicate words to make the comments more readable ([#2540])
40+
41+
### Fixed
42+
43+
- cosmwasm-check: cargo install cosmwasm-check fails to compile ([#2536])
44+
45+
[#2602]: https://github.com/CosmWasm/cosmwasm/pull/2602
46+
[#2601]: https://github.com/CosmWasm/cosmwasm/pull/2601
47+
[#2597]: https://github.com/CosmWasm/cosmwasm/pull/2597
48+
[#2595]: https://github.com/CosmWasm/cosmwasm/pull/2595
49+
[#2594]: https://github.com/CosmWasm/cosmwasm/issues/2594
50+
[#2591]: https://github.com/CosmWasm/cosmwasm/pull/2591
51+
[#2586]: https://github.com/CosmWasm/cosmwasm/pull/2586
52+
[#2581]: https://github.com/CosmWasm/cosmwasm/pull/2581
53+
[#2579]: https://github.com/CosmWasm/cosmwasm/issues/2579
54+
[#2578]: https://github.com/CosmWasm/cosmwasm/issues/2578
55+
[#2577]: https://github.com/CosmWasm/cosmwasm/issues/2577
56+
[#2576]: https://github.com/CosmWasm/cosmwasm/pull/2576
57+
[#2564]: https://github.com/CosmWasm/cosmwasm/pull/2564
58+
[#2562]: https://github.com/CosmWasm/cosmwasm/pull/2562
59+
[#2561]: https://github.com/CosmWasm/cosmwasm/pull/2561
60+
[#2560]: https://github.com/CosmWasm/cosmwasm/pull/2560
61+
[#2559]: https://github.com/CosmWasm/cosmwasm/pull/2559
62+
[#2558]: https://github.com/CosmWasm/cosmwasm/pull/2558
63+
[#2556]: https://github.com/CosmWasm/cosmwasm/pull/2556
64+
[#2555]: https://github.com/CosmWasm/cosmwasm/pull/2555
65+
[#2554]: https://github.com/CosmWasm/cosmwasm/pull/2554
66+
[#2551]: https://github.com/CosmWasm/cosmwasm/pull/2551
67+
[#2550]: https://github.com/CosmWasm/cosmwasm/pull/2550
68+
[#2549]: https://github.com/CosmWasm/cosmwasm/pull/2549
69+
[#2547]: https://github.com/CosmWasm/cosmwasm/pull/2547
70+
[#2546]: https://github.com/CosmWasm/cosmwasm/pull/2546
71+
[#2545]: https://github.com/CosmWasm/cosmwasm/pull/2545
72+
[#2544]: https://github.com/CosmWasm/cosmwasm/pull/2544
73+
[#2542]: https://github.com/CosmWasm/cosmwasm/pull/2542
74+
[#2541]: https://github.com/CosmWasm/cosmwasm/pull/2541
75+
[#2540]: https://github.com/CosmWasm/cosmwasm/pull/2540
76+
[#2536]: https://github.com/CosmWasm/cosmwasm/issues/2536
877

978
## [3.0.2] - 2025-08-26
1079

11-
## Changed
80+
### Changed
1281

1382
- cosmwasm repository: Add and fix crate-level documentation for all CosmWasm crates ([#2510])
1483
- cosmwasm repository: Minor maintenance fixes ([#2514])
@@ -46,15 +115,15 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
46115

47116
## [3.0.1] - 2025-06-26
48117

49-
## Added
118+
### Added
50119

51120
- cosmwasm-std: Add missing export for `ValidatorMetadata` ([#2511])
52121

53122
[#2511]: https://github.com/CosmWasm/cosmwasm/pull/2511
54123

55124
## [3.0.0] - 2025-06-23
56125

57-
## Added
126+
### Added
58127

59128
- cosmwasm-std: Implement `From<Uint64> for u{64,128}`,
60129
`From<Uint128> for u128`, `From<Int64> for i{64,128}`, and
@@ -87,7 +156,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
87156
proc-macro ([#2495])
88157
- cosmwasm-schema: Generate new cw-schemas alongside JSON schemas ([#2495])
89158

90-
## Changed
159+
### Changed
91160

92161
- cosmwasm-std: Deprecate `abort` feature. The panic handler is now always
93162
enabled. ([#2337])
@@ -150,7 +219,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
150219
- cosmwasm-std: Redesigned `StdError` to be more flexible and less immutable
151220
([#2500])
152221

153-
## Fixed
222+
### Fixed
154223

155224
- cosmwasm-schema: The schema export now doesn't overwrite existing
156225
`additionalProperties` values anymore ([#2310])

0 commit comments

Comments
 (0)