Skip to content

Commit 2ae6663

Browse files
committed
release
1 parent 3c4d55d commit 2ae6663

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
<!-- do not remove -->
44

5+
## 1.2.0
6+
7+
### Breaking Changes
8+
9+
- `Config` no longer magically converts `str->Path` for some keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
10+
11+
### New Features
12+
13+
- `rinstance`: Curried `isinstance` but with args reversed, suitable for `partial` ([#130](https://github.com/fastai/fastcore/issues/130))
14+
- Use `_repr_pretty_` for `L` ([#129](https://github.com/fastai/fastcore/issues/129))
15+
- `open_file` to open optionally-compressed files for reading and writing, and add compression support to `load_pickle` and `save_pickle` ([#128](https://github.com/fastai/fastcore/issues/128))
16+
- add context manager for failed tests ([#126](https://github.com/fastai/fastcore/pull/126)), thanks to [@hamelsmu](https://github.com/hamelsmu)
17+
18+
### Bugs Squashed
19+
20+
- `urlread` does not work with `Request.request` ([#132](https://github.com/fastai/fastcore/issues/132))
21+
22+
523
## 1.1.2
624

725
### New Features

0 commit comments

Comments
 (0)