add release notes for new features in the upcoming release

Change-Id: I5616ad045d2828710836f274c2fabd2aa2963a76
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-09-28 13:31:48 -04:00
parent e255ef4f1d
commit 5e8fd69c3b
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- |
Add support for redirect responses that indicate that a path is not
going to be valid again in the future and return a 410 response.

View File

@ -0,0 +1,6 @@
---
features:
- |
Add detection of redirection cycles or loops. If a path redirects
back to itself when all of the rules are evaluated, report it as
an error.

View File

@ -0,0 +1,6 @@
---
features:
- |
Add detection of multiple redirection hops. If a path redirects to
another path that also redirects, repeatedly for too many steps,
report an error.