From f5efaf9416bf619e4c082cee07546335127616fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Wed, 17 Aug 2016 13:37:53 +0200 Subject: [PATCH] add changelog entry for `CaptureAll` --- servant/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/servant/CHANGELOG.md b/servant/CHANGELOG.md index dd3c33ca..f35679d1 100644 --- a/servant/CHANGELOG.md +++ b/servant/CHANGELOG.md @@ -1,3 +1,8 @@ +next +---- + +* Add `CaptureAll` combinator. Captures all of the remaining segments in a URL. + 0.8 ---