From df0e433d458e8dd0f6c27d908436b42dd7965393 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 1 Jul 2018 15:27:40 -0400 Subject: [PATCH] [docs] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb86a7640c..5f9e37ef13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ -1.9.1 (6/27/2018) -================= +1.9.1 (7/1/2018) +================ * Documentation Updates * Added some tests for NegotiateSecurityFilter * Added test for new class waffle.util.CorsPreflightCheck +* Add ability to disable SSO through servlet config parameter. +* Added check for DELETE action in isNtlmType1PostAuthorizationHeader as IE will strip the body on challenge. +* Resume filter chain when not in a windows environment * Changes * [#631](https://github.com/Waffle/waffle/pulls/631): Added excludeBearerAuthorization and excludeCorsPreflight [#627](https://github.com/Waffle/waffle/issues/627)[@pedroneil](https://github.com/PhaseEight). + * [#636](https://github.com/Waffle/waffle/pull/636): EnableSso flag, Delete option, skip when running on non windows [@MoreHeapSpace}(https://github.com/MoreHeapSpace) 1.9.0 (4/14/2018) =================