diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3f5e62ffba4eb09a2ae40241dc47360dd856b66f..f3147c151b75c8edc56a3885ea45728aea04cc07 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -2,6 +2,9 @@ Post release fixes / upgrades / issues:
 
   ***** ISSUES:
 
+  Need to upgrade to latest GeoTools. Prior versions were not supporting JDK9+
+  https://sourceforge.net/projects/geotools/
+
   Scene /www.web3d.org/x3d/content/examples/Basic/UniversalMediaMaterials/ArtDecoExamples.x3d
   renders in monochrome.  Issue with displaying material nodes loaded from
   ExternProtoDeclare ProtoInstance nodes.
@@ -24,10 +27,10 @@ Post release fixes / upgrades / issues:
   NavInfo for the center of rotation not right for ViewPoint node.  Scene jumps
   to default of zero in the "Y" axis
 
-  Added note in DefaultRigidBodyPhysicsManager about about ODE not
-  re-initializing during a rebuild of an Xj3DBrowser instance in the same JVM
-  session.  This is due to initializing an ODE lib in a static initializer of
-  the DRBPM and not in an instance constructor.
+  Added note in DefaultRigidBodyPhysicsManager about ODE not re-initializing 
+  during a rebuild of an Xj3DBrowser instance in the same JVM session.  This is 
+  due to initializing an ODE lib in a static initializer of the DRBPM and not in 
+  an instance constructor.
 
   ****** FIXES / UPGRADES: