From 2f70938dc4fb24c2aa1d0fc787fdfea05bf81e76 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 22 Nov 2019 15:42:56 +0100 Subject: [PATCH] RELEASE-v0.3.0.md: fix link format and main title --- RELEASE-v0.3.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE-v0.3.0.md b/RELEASE-v0.3.0.md index 5341b3b..c22b250 100644 --- a/RELEASE-v0.3.0.md +++ b/RELEASE-v0.3.0.md @@ -1,4 +1,4 @@ -v0.3.0 +# v0.3.0 ## Features @@ -14,23 +14,23 @@ v0.3.0 ### User server -* [#76](i76) Only plain `http` is supported for now, since `https` support is +* [#76][i76] Only plain `http` is supported for now, since `https` support is not yet complete. The `kapow server` flags `--certfile` and `--keyfile` are present but non-functional yet. ### Data API -* [#73](i73) `/response/body` and `/response/stream` behave identically for now. +* [#73][i73] `/response/body` and `/response/stream` behave identically for now. -* [#92](i92) `KAPOW_DATA_URL` is always set to its default value of +* [#92][i92] `KAPOW_DATA_URL` is always set to its default value of `http://localhost:8082`, and not to the actual value, as specified by the `kapow server --data-bind "host:port"` invocation. ### Windows® -* [#83](i83) `kapow server file.pow` will try to run `file.pow` through `bash`, not `cmd` +* [#83][i83] `kapow server file.pow` will try to run `file.pow` through `bash`, not `cmd` or `powershell`. * `kapow route` default entrypoint is `/bin/sh`, so in order to use `cmd` or `powershell`, it must be explicitly set.