We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a82f86 commit 760f584Copy full SHA for 760f584
1 file changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- do not remove -->
4
5
+## 1.9.0
6
+
7
+### Breaking Changes
8
9
+- Patching a function that has a name ending in `__` now creates a method with that suffix stripped. Previously it would use the name directly.
10
11
+### New Features
12
13
+- Handle `nm` in `patch_to` and `patch`, and strip `__` suffix in `patch` ([#715](https://github.com/AnswerDotAI/fastcore/issues/715))
14
15
16
## 1.8.18
0 commit comments