From 19e7579a4fe940177410eafa90211f0865548979 Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 27 Jun 2020 10:10:12 -0700 Subject: [PATCH] update changelog for 0.1.12 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7557eb6..a3fa6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.1.12-dev + +`phd` now uses `-b` and `--bind` to set the host and port to +bind to. `-p` and `-h` are now strictly for URL generation. + +This should hopefully make it easier to run `phd` behind a +proxy and still generate proper links. + +Thanks to @bradfier for the patch! + ## v0.1.11 `phd` now ships with a basic manual!