From 4be451c433654f20efa656508f3bf8e3c8c13e20 Mon Sep 17 00:00:00 2001 From: Brad House Date: Fri, 29 Mar 2024 08:51:32 -0400 Subject: [PATCH] typo --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f4dc42a3..c729f89f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,7 +6,7 @@ Features: * Emit warnings when deprecated c-ares functions are used. This can be disabled by passing a compiler definition of `CARES_NO_DEPRECATED`. [PR #732](https://github.com/c-ares/c-ares/pull/732) -* Add function `ares_search_dnrec()` to search for records using the new DNS +* Add function `ares_search_dnsrec()` to search for records using the new DNS record data structures. [PR #719](https://github.com/c-ares/c-ares/pull/719) * Rework internals to pass around `ares_dns_record_t` instead of binary data, this introduces new public functions of `ares_query_dnsrec()` and