[3.6] bpo-30177: add NEWS entry (#2134)

diff --git a/Misc/NEWS b/Misc/NEWS
index e56c5a3..a950731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@
   exception) to exception(s) raised in the dispatched methods.
   Patch by Petr Motejlek.
 
+- bpo-30177: path.resolve(strict=False) no longer cuts the path after the first
+  element not present in the filesystem.  Patch by Antoine Pietri.
+
 IDLE
 ----