Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workspace notice to Changelog #2287

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading