Replace construction of FileInputStream and FileOutputStream objects
with Files NIO APIs. #164.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0817552..cb078fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,10 @@
       <action type="fix" dev="ggregory" due-to="Boris Petrov">
         Fix closing the files cache after warning that not all components have been closed; #165.
       </action>
+      <!-- UPDATES  -->
+      <action type="fix" dev="ggregory" due-to="Arturo Bernal">
+        Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #164.
+      </action>
     </release>
     <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8.">
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->