Simplify if conditions #170. Redundant local variable #171.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23a87a2..687659e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,12 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Only use reflection VFS.createFileSystemManager(String) if the FileSystemManager is not a subclass of AbstractFileSystem.
       </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Simplify if conditions #170.
+      </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Redundant local variable #171.
+      </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"> -->