From e4cb65a276a806df68aea902dffb3c1faf99df3e Mon Sep 17 00:00:00 2001 From: Johannes Stahl Date: Sat, 3 Feb 2024 09:35:46 -0800 Subject: [PATCH] fix issue #22 for Windows and Android --- CHANGELOG.md | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd21c76..c155c83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## 1.5.0 -Fixed #22: NsdServiceInfo now includes a list of addresses for the service (ipv4 or ipv6) -*addresses are currently not supported on iOS +Fixed #22: NsdServiceInfo now includes a list of addresses for the service (ipv4 or ipv6). This is +currently not supported on iOS or macOS + ## 1.4.0 diff --git a/README.md b/README.md index 08ad0e5..5de6321 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ this [video](https://developer.apple.com/videos/play/wwdc2020/10110/). *Note that you don't need to worry about modifying `Info.plist` if you are just testing with a simulator.* -*The iOS and macOS implementations currently do not return *hostAddresses* +The iOS and macOS implementations currently do not return *hostAddresses* ## Note about Windows