Skip to content

Commit 110f490

Browse files
committed
releasenotes: add missing notes about the new features
1 parent 66ab7d3 commit 110f490

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
features:
3+
- |
4+
When using pytest plugin, specifying the bind address and bind port can also be possible via environment
5+
variables. Setting PYTEST_HTTPSERVER_HOST and PYTEST_HTTPSERVER_PORT will change the bind host and bind
6+
port, respectively.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
SSL/TLS support added with using the SSL/TLS support provided by werkzeug.
5+
This is based on the ssl module from the standard library.

0 commit comments

Comments
 (0)