Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Nov 1, 2021
1 parent 5093ae0 commit 4b22078
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- do not remove -->

## 1.3.27

### New Features

- add loop functions, thanks to @willmcgugan ([#363](https://github.com/fastai/fastcore/issues/363))
- add `walk` function ([#355](https://github.com/fastai/fastcore/issues/355))
- add `globtastic` and `compile_re` ([#354](https://github.com/fastai/fastcore/issues/354))
- add `exec_new` ([#350](https://github.com/fastai/fastcore/issues/350))
- add `PythonKernel` ([#348](https://github.com/fastai/fastcore/issues/348))
- add `flatten`

### Bugs Squashed

- avoid expansion of `%` format strings in `fastcore.script` ([#349](https://github.com/fastai/fastcore/issues/349))


## 1.3.26

### New Features
Expand Down

0 comments on commit 4b22078

Please sign in to comment.