Skip to content

Commit ebbca53

Browse files
committed
release
1 parent 06aa0f8 commit ebbca53

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.3.0
6+
### Breaking Changes
7+
8+
- `change param name `copy_meta`->`as_copy` in `retain_meta` ([#157](https://github.com/fastai/fastcore/issues/157))
9+
10+
### New Features
11+
12+
- `groupby` extensions for `int` and `str` instead of callables, and an optional `val` transform ([#155](https://github.com/fastai/fastcore/issues/155))
13+
14+
- add `modified_env` ([#148](https://github.com/fastai/fastcore/issues/148))
15+
16+
### Bugs Squashed
17+
18+
- fixed coll_repr printing incorrectly when max_n!=10, and added relevant tests ([#154](https://github.com/fastai/fastcore/pull/154)), thanks to [@kessido](https://github.com/kessido)
19+
20+
521
## 1.3.0
622

723
### Breaking Changes
@@ -216,6 +232,7 @@
216232

217233
- "has default params. These will be ignored" shown when not appropriate ([#74](https://github.com/fastai/fastcore/issues/74))
218234

235+
219236
## 1.0.1
220237

221238
### Breaking Changes

0 commit comments

Comments
 (0)