From 88b1c8d5e27991dcb2f79e21ceceaeb6f1d9c9c2 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Mon, 1 Sep 2014 09:27:01 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4704d98..b49c1011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## Version 0.10.0 (unreleased) +## Version 0.10.0 (1 Sep 2014) + +- Parser execution and help text generation are now more modular, and allow for + greater customisation. - More consistent API for `option` and `argument` builders: now `option` takes a reader as argument, and `nullOption` is deprecated in favour of `option`.