Update ChangeLog

This commit is contained in:
Frank Denis 2021-06-07 18:25:52 +02:00
parent d5e9ed3aa9
commit d0e27a1366
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# Version 2.0.46beta1
- Source URLs are now randomized.
- On some platforms, redirecting the application log to a file was not
compatible with user switching; this has been fixed.
- `fallback_resolvers` was renamed to `bootstrap_resolvers` for
clarity. Please update your configuration file accordingly.
- Preliminary support for ODoH (Oblivious DoH) was added.
# Version 2.0.45
- Configuration changes (to be required in versions 2.1.x):
* `[blacklist]` has been renamed to `[blocked_names]`

View File

@ -15,7 +15,7 @@ import (
)
const (
AppVersion = "2.0.45"
AppVersion = "2.0.46-beta1"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)