]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 12 Feb 2020 20:37:05 +0000 (21:37 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 12 Feb 2020 20:37:05 +0000 (21:37 +0100)
docs/release-notes.md

index 2fb5e3f074929d8f15e3a096dff8637b40f32221..5b0854472b565cb41d336d28ab57db9b47e01af8 100644 (file)
@@ -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).