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 cb078fc..23884e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@
         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">
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
         Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #164.
       </action>
     </release>