Fix for Restricted Response headers (#169)

* WebHeaderCollection.IsRestricted (#148)

* Update dependencies

* 1.0.4.7
This commit is contained in:
Stef Heyenrath
2018-07-19 22:23:00 +02:00
committed by GitHub
parent 7191c082de
commit b2bf63b013
12 changed files with 186 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
# 1.0.4.7 (19 July 2018)
- [#148](https://github.com/WireMock-Net/WireMock.Net/issues/148) - Question: proxy passthrough when no match?
Commits: f1896ef73a...72394b6d3e
# 1.0.4.6 (18 July 2018)
- [#168](https://github.com/WireMock-Net/WireMock.Net/pull/168) - Expose scenario states contributed by Stef Heyenrath ([StefH](https://github.com/StefH)) +feature