mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-18 13:01:51 +03:00
all: upd chlog
This commit is contained in:
parent
714f93d612
commit
77fcabcf60
2 changed files with 4 additions and 1 deletions
|
@ -40,10 +40,12 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
|||
|
||||
### Fixed
|
||||
|
||||
- Goroutine leak during the upstream DNS server test ([#7357]).
|
||||
- Goroutine leak during configuration update resulting in increased response
|
||||
time. ([#6818]).
|
||||
time ([#6818]).
|
||||
|
||||
[#6818]: https://github.com/AdguardTeam/AdGuardHome/issues/6818
|
||||
[#7357]: https://github.com/AdguardTeam/AdGuardHome/issues/7357
|
||||
[#7400]: https://github.com/AdguardTeam/AdGuardHome/issues/7400
|
||||
|
||||
[go-1.23.3]: https://groups.google.com/g/golang-announce/c/X5KodEJYuqI
|
||||
|
|
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
|
|||
go 1.23.3
|
||||
|
||||
require (
|
||||
// TODO(s.chzhen): Update to release.
|
||||
github.com/AdguardTeam/dnsproxy v0.73.4-0.20241128135339-4170865f1b79
|
||||
github.com/AdguardTeam/golibs v0.30.3
|
||||
github.com/AdguardTeam/urlfilter v0.20.0
|
||||
|
|
Loading…
Reference in a new issue