Pull request: upd changelog
Merge in DNS/adguard-home from changelog-right-now to master Squashed commit of the following: commit b391a1f8ac666de67ad6d00c9cbf6e90614f16c7 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 7 20:18:25 2022 +0300 fix changelog commit 39878b75c9ecc91668be759d4cc033961c91c2c5 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 7 20:15:43 2022 +0300 all: log changes
This commit is contained in:
parent
6584c300b8
commit
1bc2186c2d
|
@ -57,14 +57,12 @@ In this release, the schema version has changed from 12 to 13.
|
|||
|
||||
### Deprecated
|
||||
|
||||
<!--
|
||||
TODO(a.garipov): Remove this deprecation, if v0.108.0 is released before
|
||||
the Go 1.18 release.
|
||||
-->
|
||||
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Optimistic cache now responds with expired items even if those can't be
|
||||
resolved again ([#4254]).
|
||||
- Unnecessarily complex hosts-related logic leading to infinite recursion in
|
||||
some cases ([#4216]).
|
||||
|
||||
|
@ -81,8 +79,10 @@ In this release, the schema version has changed from 12 to 13.
|
|||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
||||
[#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367
|
||||
[#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216
|
||||
[#4221]: https://github.com/AdguardTeam/AdGuardHome/issues/4221
|
||||
[#4238]: https://github.com/AdguardTeam/AdGuardHome/issues/4238
|
||||
[#4254]: https://github.com/AdguardTeam/AdGuardHome/issues/4254
|
||||
|
||||
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
||||
|
||||
|
|
Loading…
Reference in New Issue