JUNEAU-134 Parsers not correctly finding generic types on complex types
involving arrays.
diff --git a/juneau-doc/docs/ReleaseNotes/8.1.1.html b/juneau-doc/docs/ReleaseNotes/8.1.1.html
index ca24122..4fcfa34 100644
--- a/juneau-doc/docs/ReleaseNotes/8.1.1.html
+++ b/juneau-doc/docs/ReleaseNotes/8.1.1.html
@@ -23,4 +23,7 @@
 <ul class='spaced-list'>
 	<li>
 		Support for serializing/parsing {@link java.util.Optional} objects and bean properties.
+	<li>
+		Fixed a bug in the parsers where the generic subtype of a complex bean property type involving both collections and arrays
+		was not being found.  (e.g. <c>List&lt;Long&gt;[]</c>)
 </ul>