summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-04-15 16:32:44 +0800
committerGitHub <noreply@github.com>2024-04-15 16:32:44 +0800
commit2ac352d490a746acaf92f8259cb610f8d3e944fe (patch)
treee45b151b7d8a9b7bdc9739d623862876d5145726 /CHANGELOG.md
parent86a17cb00246daa70e61287587418ff4298a44eb (diff)
Fix Windows FP discrepancy issue in test (#400)
* Fix Windows FP discrepancy issue in test * Write changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f960c1..78ccf0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Remove unnecessary logging synchronisation #381 - @cyqsimon
* Apply suggestions from new clippy lint clippy::assigning_clones #382 - @cyqsimon
* Fix IPv6 socket detect logic #383 - @cyqsimon
-* Support build for `target_os`` `android` #384 - @flxo
+* Support build for `target_os` `android` #384 - @flxo
+* Fix Windows FP discrepancy issue in test #400 - @cyqsimon
## Added