From: Sebastián Ramírez Date: Wed, 12 Feb 2020 20:37:05 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.49.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66954c7ded85e4a96aef676eac773b17fd4b879a;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 2fb5e3f074..5b0854472b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Allow `callable`s in *path operation functions*, like functions modified with `functools.partial`. PR [#977](https://github.com/tiangolo/fastapi/pull/977). + ## 0.48.0 * Run linters first in tests to error out faster. PR [#948](https://github.com/tiangolo/fastapi/pull/948).