From 5956336837ccb8d483119fede8cdee6590be8485 Mon Sep 17 00:00:00 2001 From: Liquidsoul Date: Fri, 12 May 2017 09:31:04 +0200 Subject: [PATCH] Add entry in changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4d01ae..826d9b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # OHHTTPStubs — CHANGELOG +## Master + +* Add precondition assertions in `isScheme` and `isHost` matchers and some documentation in `isHost`, `isScheme` and `isPath`. + [@Liquidsoul](https://github.com/Liquidsoul) + [#248](https://github.com/AliSoftware/OHHTTPStubs/pull/248) + ## [6.0.0](https://github.com/AliSoftware/OHHTTPStubs/releases/tag/6.0.0) * Made Swift 3 the default. `master` is now compatible with 3.0 and 3.1.