Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Aug 15, 2024
1 parent 8d8d096 commit afeddd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- do not remove -->

## 1.7.0

### Breaking Changes

- The FT structure has been changed so it no longer inherits from `list` ([#606](https://github.com/fastai/fastcore/issues/606))
- `.list` property added so you can still destructure it
- `__getitem__` now returns the approach child element
- `__add__` adds children


## 1.6.9

### New Features
Expand Down

0 comments on commit afeddd4

Please sign in to comment.