This commit is contained in:
Sean McArthur
2018-05-31 12:08:07 -07:00
parent cf5deac02d
commit a4f5c2d3f0
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## v0.8.6
### Features
- Add `RedirectAttempt::status` to check status code that triggered redirect.
- Add `RedirectPolicy::redirect` method publicly, to allow composing policies.
## v0.8.5
### Features