Skip to content

Commit 8ccb007

Browse files
committed
release
1 parent f99148b commit 8ccb007

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 1.2.5
6+
7+
### New Features
8+
9+
- add `true`, `NullType`, `null`, and `tonull` ([#153](https://github.com/fastai/fastcore/issues/153))
10+
- add `working_directory` ([#151](https://github.com/fastai/fastcore/issues/151))
11+
- move `bind` et al to `fastcore.basics` ([#150](https://github.com/fastai/fastcore/issues/150))
12+
13+
514
## 1.2.4
615

716
### New Features
@@ -31,28 +40,22 @@
3140
- support `store_true` and `store_false` in `fastcore.script` ([#137](https://github.com/fastai/fastcore/issues/137))
3241
- add function `otherwise` ([#136](https://github.com/fastai/fastcore/issues/136))
3342
- add `pdb` debug flag to scripts ([#133](https://github.com/fastai/fastcore/issues/133))
34-
35-
### Bugs Squashed
36-
37-
- Fix `copy_func` to include required keyword defaults ([#134](https://github.com/fastai/fastcore/pull/134)), thanks to [@worc3131](https://github.com/worc3131)
43+
- Update `copy_func` to include required keyword defaults ([#134](https://github.com/fastai/fastcore/pull/134)), thanks to [@worc3131](https://github.com/worc3131)
3844

3945

4046
## 1.2.0
4147

4248
### Breaking Changes
4349

44-
- `Config` no longer magically converts `str->Path` for some keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
50+
- `Config` no longer magically converts `str->Path` for any keys. Use new `path` method instead ([#131](https://github.com/fastai/fastcore/issues/131))
4551

4652
### New Features
4753

4854
- `rinstance`: Curried `isinstance` but with args reversed, suitable for `partial` ([#130](https://github.com/fastai/fastcore/issues/130))
4955
- Use `_repr_pretty_` for `L` ([#129](https://github.com/fastai/fastcore/issues/129))
5056
- `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))
5157
- add context manager for failed tests ([#126](https://github.com/fastai/fastcore/pull/126)), thanks to [@hamelsmu](https://github.com/hamelsmu)
52-
53-
### Bugs Squashed
54-
55-
- `urlread` does not work with `Request.request` ([#132](https://github.com/fastai/fastcore/issues/132))
58+
- Add `Request.request` support to `urlread` ([#132](https://github.com/fastai/fastcore/issues/132))
5659

5760

5861
## 1.1.2

0 commit comments

Comments
 (0)