Skip to content

Commit c7e7f38

Browse files
committed
Add workspace notice to Changelog
1 parent fd1533e commit c7e7f38

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ and this project adheres to
4848
match the contract address from `mock_env`. ([#2211])
4949
- cosmwasm-derive: Automatically detect whether the package is a dependency or
5050
the primary package, only expanding entrypoints for the primary package. This
51-
effectively deprecates the usage of the `library` feature pattern. ([#2246])
51+
effectively deprecates the usage of the `library` feature pattern.
52+
53+
Note: This feature does **NOT** interact well with workspaces due to a cargo
54+
bug. If you have multiple contracts in a workspace, you might still want to
55+
use the library feature ([#2246])
56+
5257
- cosmwasm-std: Deprecate `BankQuery::AllBalances` and `IbcQuery::ListChannels`.
5358
Both are inherently problematic to use because the returned entries are
5459
unbounded. ([#2247])

0 commit comments

Comments
 (0)