mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 05:07:41 +03:00
Update ChangeLog
This commit is contained in:
parent
d5e9ed3aa9
commit
d0e27a1366
2 changed files with 9 additions and 1 deletions
|
@ -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]`
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.45"
|
||||
AppVersion = "2.0.46-beta1"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue