RELEASE-v0.3.0.md: fix link format and main title

This commit is contained in:
pancho horrillo
2019-11-22 15:42:56 +01:00
parent 07c6c42b73
commit 2f70938dc4
+5 -5
View File
@@ -1,4 +1,4 @@
v0.3.0 # v0.3.0
## Features ## Features
@@ -14,23 +14,23 @@ v0.3.0
### User server ### 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 not yet complete. The `kapow server` flags `--certfile` and `--keyfile` are
present but non-functional yet. present but non-functional yet.
### Data API ### 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 `http://localhost:8082`, and not to the actual value, as specified by the
`kapow server --data-bind "host:port"` invocation. `kapow server --data-bind "host:port"` invocation.
### Windows® ### 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`. or `powershell`.
* `kapow route` default entrypoint is `/bin/sh`, so in order to use `cmd` or * `kapow route` default entrypoint is `/bin/sh`, so in order to use `cmd` or
`powershell`, it must be explicitly set. `powershell`, it must be explicitly set.