Skip to content

Commit bb7a152

Browse files
committed
release
1 parent f1dac48 commit bb7a152

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

CHANGELOG.md

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

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

5-
## 1.9.1
6-
7-
### New Features
8-
9-
- Add pre-3.11 support for `batched` ([#716](https://github.com/AnswerDotAI/fastcore/issues/716))
10-
11-
12-
## 1.9.0
5+
## 1.9.2
136

147
### Breaking Changes
158

16-
- Patching a function that has a name ending in `__` now creates a method with that suffix stripped. Previously it would use the name directly.
9+
- Patching a function no long clobbers a function with the same name in the current module
1710

1811
### New Features
1912

20-
- Handle `nm` in `patch_to` and `patch`, and strip `__` suffix in `patch` ([#715](https://github.com/AnswerDotAI/fastcore/issues/715))
13+
- Have `@patch` not overwrite existing functions ([#717](https://github.com/AnswerDotAI/fastcore/issues/717))
14+
- Add pre-3.11 support for `batched` ([#716](https://github.com/AnswerDotAI/fastcore/issues/716))
15+
- Handle `nm` in `patch_to` and `patch` ([#715](https://github.com/AnswerDotAI/fastcore/issues/715))
2116

2217

2318
## 1.8.18

0 commit comments

Comments
 (0)