diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-12-22 17:53:41 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-12-22 17:53:41 +0300 |
commit | cac762ab7ef22798d0f1d0813201c0018bd589a1 (patch) | |
tree | ad094a56c7018f230ab8b83dd40085e41adb2280 /docs | |
parent | 65295c81413cff75eddef2845f09159711e553df (diff) | |
download | unit-cac762ab7ef22798d0f1d0813201c0018bd589a1.tar.gz unit-cac762ab7ef22798d0f1d0813201c0018bd589a1.tar.bz2 |
Python: multiple values in the "path" option.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 6bd30cab..db7a2799 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -9,6 +9,12 @@ date="" time="" packager="Andrei Belov <defan@nginx.com>"> +<change type="feature"> +<para> +ability to specify multiple directories in the "path" option of Python apps. +</para> +</change> + <change type="bugfix"> <para> invalid HTTP responses were generated for some unusual status codes. |