Issue18314 ACKS & NEWS
diff --git a/Misc/ACKS b/Misc/ACKS
index 827c784..ff76964 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -470,6 +470,7 @@
Shelley Gooch
David Goodger
Hans de Graaff
+Kim Gräsman
Nathaniel Gray
Eddy De Greef
Grant Griffin
diff --git a/Misc/NEWS b/Misc/NEWS
index 653d8ad..d9897f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@
Library
-------
+- Issue #18314: Unlink now removes junctions on Windows. Patch by Kim Gräsman
+
- Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
In porting to Argument Clinic, the first two arguments were reversed.