Skip to content

Commit

Permalink
document missing breaking change in 1.1.19 changelog (#12424)
Browse files Browse the repository at this point in the history
### Summary & Motivation

I should have put this in the first time around

### How I Tested These Changes
  • Loading branch information
sryza committed Feb 21, 2023
1 parent 7536b6f commit ad6f84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def send_emails_job():
### Breaking Changes

- Removed the experimental, undocumented `asset_key`, `asset_partitions`, and `asset_partitions_defs` arguments on `Out`.
- `@multi_asset` no longer accepts `Out` values in the dictionary passed to its `outs` argument. This was experimental and deprecated. Instead, use `AssetOut`.
- The experimental, undocumented `top_level_resources` argument to the `repository` decorator has been renamed to `_top_level_resources` to emphasize that it should not be set manually.

### Community Contributions
Expand Down

1 comment on commit ad6f84f

@vercel
Copy link

@vercel vercel bot commented on ad6f84f Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.