Skip to content

Commit

Permalink
Merge pull request #2287 from CosmWasm/aw/featureless-changelog
Browse files Browse the repository at this point in the history
Add workspace notice to Changelog
  • Loading branch information
aumetra authored Oct 23, 2024
2 parents fd1533e + c7e7f38 commit 0402335
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ and this project adheres to
match the contract address from `mock_env`. ([#2211])
- cosmwasm-derive: Automatically detect whether the package is a dependency or
the primary package, only expanding entrypoints for the primary package. This
effectively deprecates the usage of the `library` feature pattern. ([#2246])
effectively deprecates the usage of the `library` feature pattern.

Note: This feature does **NOT** interact well with workspaces due to a cargo
bug. If you have multiple contracts in a workspace, you might still want to
use the library feature ([#2246])

- cosmwasm-std: Deprecate `BankQuery::AllBalances` and `IbcQuery::ListChannels`.
Both are inherently problematic to use because the returned entries are
unbounded. ([#2247])
Expand Down

0 comments on commit 0402335

Please sign in to comment.