File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## main
99
10- ## v10
10+ ## v10.1.0
11+
12+ ### Added
13+
14+ - Redesigned RFC compliant codecs for the Admin API ([ #325 ] ( https://github.com/dnsimple/erldns/pull/325 ) )
15+
16+ ### Fixed
17+
18+ - Fixed spurious trailing dots in the admin API ([ #325 ] ( https://github.com/dnsimple/erldns/pull/325 ) )
19+ - Fixed badly formatted TXT records in the admin API ([ #325 ] ( https://github.com/dnsimple/erldns/pull/325 ) )
20+
21+ ## v10.0.0
1122
1223### Added
1324
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ json_record_svcb_no_default_alpn_atom(_) ->
909909
910910json_record_svcb_ipv4hint_invalid (_ ) ->
911911 Name = ~ " example.com" ,
912- % % Test that invalid IPv4 addresses error an error
912+ % % Test that invalid IPv4 addresses raises an error
913913 ? assertException (
914914 error ,
915915 {invalid_ipv4_in_json , _ , _ },
@@ -929,7 +929,7 @@ json_record_svcb_ipv4hint_invalid(_) ->
929929
930930json_record_svcb_ipv6hint_invalid (_ ) ->
931931 Name = ~ " example.com" ,
932- % % Test that invalid IPv6 addresses error an error
932+ % % Test that invalid IPv6 addresses raises an error
933933 ? assertException (
934934 error ,
935935 {invalid_ipv6_in_json , _ , _ },
You can’t perform that action at this time.
0 commit comments