Skip to content

Commit faa1870

Browse files
committed
Update CHANGELOG.md
1 parent fad9552 commit faa1870

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66

77
- The RequestMatcher is built after the Symfony RequestMatcher and separates
88
scheme, host and path expressions and provides an option to filter on the
9-
method. The RegexRequestMatcher is deprecated and will be removed in 2.0.
10-
- New RequestConditional authentication method using request matchers (deprecates Matching auth method)
9+
method
10+
- New RequestConditional authentication method using request matchers
11+
- Add automatic basic auth info detection based on the URL
12+
13+
### Deprecated
14+
15+
- RegexRequestMatcher, use RequestMatcher instead
16+
- Matching authenitcation method, use RequestConditional instead
1117

1218

1319
## 1.1.0 - 2016-02-25

0 commit comments

Comments
 (0)