We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2101b commit 59ceff2Copy full SHA for 59ceff2
1 file changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- do not remove -->
4
5
+## 1.12.12
6
+
7
+### New Features
8
9
+- Add `delegated` decorator ([#772](https://github.com/AnswerDotAI/fastcore/issues/772))
10
+- Add `is_async_callable` from Starlette for detecting async callables ([#771](https://github.com/AnswerDotAI/fastcore/issues/771))
11
+- Make `run_cmd` use POSIX parsing with escaped backslashes for proper arg handling ([#768](https://github.com/AnswerDotAI/fastcore/issues/768))
12
13
14
## 1.12.11
15
16
### New Features
0 commit comments