diff --git a/README.md b/README.md index 8ee4c16..cf153c0 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ $ gunicorn httpbin:app ## Changelog +* 0.2.0: Added an XML endpoint. Also fixes several bugs with unicode, CORS headers, digest auth, and more. * 0.1.2: Fix a couple Python3 bugs with the random byte endpoints, fix a bug when uploading files without a Content-Type header set. * 0.1.1: Added templates as data in setup.py * 0.1.0: Added python3 support and (re)publish on PyPI diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index d4e52df..1e3f284 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -131,6 +131,7 @@ $ gunicorn httpbin:app

Changelog