Python: Update documentation for new web frameworks.

This commit is contained in:
Mark Shannon
2019-02-26 10:14:59 +00:00
parent 7d0943f30d
commit 3854050d57
2 changed files with 5 additions and 1 deletions

View File

@@ -38,5 +38,7 @@ The API has been improved to declutter the global namespace and improve discover
## Changes to QL libraries
* Added support for the `dill` pickle library.
* Added support for the bottle web framework.
* Added support for the `bottle` web framework.
* Added support for the `turbogears` web framework.