Skip to content

Commit

Permalink
lang, ts, examples: Remove associated keyword (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Aug 15, 2021
1 parent 941e439 commit 6e55078
Show file tree
Hide file tree
Showing 31 changed files with 426 additions and 1,154 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@ jobs:
- pushd examples/tutorial/basic-2 && anchor test && popd
- pushd examples/tutorial/basic-3 && anchor test && popd
- pushd examples/tutorial/basic-4 && anchor test && popd
- pushd examples/tutorial/basic-5 && anchor test && popd
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ incremented for features.
### Breaking Changes

* lang: Change `#[account(init, seeds = [...], token = <expr>, authority = <expr>)]` to `#[account(init, token::mint = <expr> token::authority = <expr>)]` ([#](https://github.com/project-serum/anchor/pull/562)).
* lang: `#[associated]` and `#[account(associated = <target>, with = <target>)]` are both removed.

## [0.13.2] - 2021-08-11

Expand Down
113 changes: 0 additions & 113 deletions docs/src/tutorials/tutorial-6.md

This file was deleted.

Loading

0 comments on commit 6e55078

Please sign in to comment.