summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-05-27 10:01:56 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-05-27 13:30:49 +0200
commitc1ad31a360764841dd5fb9c90cf02bfc2bfe5aec (patch)
tree6f0620b26cc8acd0d7964eb9e45cbfd04bad3387
parentaab51c57de7d93ab11e564f07313a19be9090aed (diff)
downloadmullvadvpn-c1ad31a360764841dd5fb9c90cf02bfc2bfe5aec.tar.xz
mullvadvpn-c1ad31a360764841dd5fb9c90cf02bfc2bfe5aec.zip
Add to changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27606a44cb..7587953ab4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,11 @@ Line wrap the file at 100 chars. Th
### Changed
- Relax the allow local network rules slightly. only checking either source or destination IP field
instead of both. They are still unroutable
+- CLI commands that are just intermediate commands, and require another level of subcommands, will
+ automatically print the available subcommands, instead of an error if none is given.
+
+### Removed
+- The `help` subcommand in the CLI. Instead get help with the `--help` long flag.
### Fixed
- Stop allowing the wrong IPv6 net fe02::/16 in the firewall when allow local network was enabled.