Inline variable and avoid unnecessary variable. #94

Match version to POM.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 89dfbfc..d3d07be 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,15 +62,16 @@
    -->

 

   <body>

-    <release version="6.5.1" date="2020-MM-DD" description="TBD.">

+    <release version="6.6.0" date="2020-MM-DD" description="TBD.">

        <!-- FIX -->

       <action                  type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Improve test case coverage; fix Utility.encode bug #46.</action>

       <action issue="BCEL-342" type="fix" dev="ggregory" due-to="Allon Murienik, Gary Gregory">Migrate test suite to JUnit Jupiter #68.</action>

       <action issue="BCEL-343" type="fix" dev="ggregory" due-to="Allon Murienik, Gary Gregory">JUnit Assertion improvement #69.</action>

       <action                  type="fix" dev="ggregory" due-to="Mark Roberts">Minor improvements to comments and toString() methods #71.</action>

       <action                  type="fix" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #83.</action>

-      <action                  type="fix" dev="ggregory" due-to="Arturo Bernal">Java 8 improvements #95.</action>

+      <action                  type="fix" dev="ggregory" due-to="Arturo Bernal">Inline variable and avoid unnecessary variable. #94.</action>

       <action                  type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Formalize PerformanceTest #168.</action>

+      <action                  type="fix" dev="ggregory" due-to="Arturo Bernal">Java 8 improvements #95.</action>

       <!-- ADD -->

       <!-- UPDATES -->

       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>