Update CHANGELOG
This commit is contained in:
parent
f2a06b0b3c
commit
05d12a22d1
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 1.7.1 (2019-05-14)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Partially support `--redirect-gateway block-local`. [#81](https://github.com/keeshux/tunnelkit/issues/81)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Authentication failure due to local options. [#95](https://github.com/keeshux/tunnelkit/issues/95)
|
- Authentication failure due to local options. [#95](https://github.com/keeshux/tunnelkit/issues/95)
|
||||||
- Tolerate weak certificates. [#97](https://github.com/keeshux/tunnelkit/issues/97)
|
- Customize security level (to tolerate weak certificates). [#97](https://github.com/keeshux/tunnelkit/issues/97)
|
||||||
|
- Connection stalls on server-initiated SOFT_RESET.
|
||||||
|
- Wrong configuration mutability.
|
||||||
|
|
||||||
## 1.7.0 (2019-04-28)
|
## 1.7.0 (2019-04-28)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue