From 954855fd80264cd77c0e01e33d993c02f0361bba Mon Sep 17 00:00:00 2001 From: chris west Date: Fri, 7 Aug 2020 18:55:45 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fa6ce..c6a486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## v0.1.12-dev +## v0.1.13-dev + + +- Added `--no-color` command line option to not display color when + logging. +- Slight change to binding behavior: if `-p` is passed without `-b`, + we'll try to bind to that port. To this easier: `phd -p 7777` + +## v0.1.12 `phd` now uses `-b` and `--bind` to set the host and port to bind to. `-p` and `-h` are now strictly for URL generation.