Skip to content

Commit 7c92180

Browse files
committed
Prepare release 4.2.1
1 parent 096695d commit 7c92180

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## main
99

10+
## 4.2.1
11+
12+
- Ensure supervision tree starts correctly
13+
1014
## 4.2.0
1115

1216
- Merge admin and metrics APIs into this repository.

src/erldns_sup.erl

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ gc_registered(ProcessName) ->
5858
init(_Args) ->
5959
SysProcs =
6060
[
61-
?CHILD(erldns_metrics, worker, []),
6261
?CHILD(erldns_events, worker, []),
6362
?CHILD(erldns_zone_cache, worker, []),
6463
?CHILD(erldns_zone_parser, worker, []),

0 commit comments

Comments
 (0)