diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-27 10:01:56 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-27 13:30:49 +0200 |
| commit | c1ad31a360764841dd5fb9c90cf02bfc2bfe5aec (patch) | |
| tree | 6f0620b26cc8acd0d7964eb9e45cbfd04bad3387 | |
| parent | aab51c57de7d93ab11e564f07313a19be9090aed (diff) | |
| download | mullvadvpn-c1ad31a360764841dd5fb9c90cf02bfc2bfe5aec.tar.xz mullvadvpn-c1ad31a360764841dd5fb9c90cf02bfc2bfe5aec.zip | |
Add to changelog
| -rw-r--r-- | CHANGELOG.md | 5 |
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. |
