From 3f417eb81885f9e5fd99282121e3df9d619583c1 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 15 Aug 2016 06:29:57 -0500 Subject: [PATCH] Add changelog notes for 0.5.0 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 8293838..2f1fa12 100644 --- a/README.rst +++ b/README.rst @@ -203,6 +203,11 @@ Or install and run it directly: Changelog --------- + +- 0.5.0: + - Allow /redirect-to to work with multiple methods + - Allow MD5 or SHA-256 to be chosen as algorithms for HTTP Digest Auth + - Set a 10MB limit on /drip - 0.4.1: Added floating-point support for /delay endpoint - 0.4.0: New /image/svg endpoint, add deploy to heroku button, add 406 response to /image, and don't always emit the transfer-encoding header for stream endpoint. - 0.3.0: A number of new features, including a /range endpoint, lots of