Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 908 Bytes

File metadata and controls

37 lines (22 loc) · 908 Bytes

Changelog for Falcon 4.1.0

Summary

Falcon 4.1 is in development. The progress is tracked via the Version 4.1 milestone on GitHub.

Misc

  • Running mypy on code that uses parts of falcon.testing naively would lead to errors like:

    Name "falcon.testing.TestClient" is not defined
    

    This has been fixed by explicitly exporting the names that are imported in the falcon.testing namespace. (#2387)

Contributors to this Release

Many thanks to all of our talented and stylish contributors for this release!