HBASE-24785 Addendum add new issues since RC0 (#30)

diff --git a/CHANGES.md b/CHANGES.md
index 169871f..599cd24 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -32,7 +32,7 @@
 last argument is the version to search JIRA with.
 
 DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
-## Release thirdparty-3.4.0 - Unreleased (as of 2020-07-31)
+## Release thirdparty-3.4.0 - Unreleased (as of 2020-08-08)
 
 
 
@@ -55,6 +55,7 @@
 
 | JIRA | Summary | Priority | Component |
 |:---- |:---- | :--- |:---- |
+| [HBASE-24820](https://issues.apache.org/jira/browse/HBASE-24820) | [hbase-thirdparty] Add jersey-hk2 when shading jersey and bump jetty to 9.4.31 |  Major | dependencies, hbase-thirdparty |
 | [HBASE-24801](https://issues.apache.org/jira/browse/HBASE-24801) | [hbase-thirdparty] Remove assembly plugin for generating src tarballs |  Major | thirdparty |
 | [HBASE-24782](https://issues.apache.org/jira/browse/HBASE-24782) | [hbase-thirdparty] Bump dependencis in hbase-thirdparty |  Major | dependencies, thirdparty |
 | [HBASE-19256](https://issues.apache.org/jira/browse/HBASE-19256) | [hbase-thirdparty] shade jetty |  Major | dependencies, thirdparty |
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7b7d3e7..a33cd29 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -27,6 +27,14 @@
 
 ---
 
+* [HBASE-24820](https://issues.apache.org/jira/browse/HBASE-24820) | *Major* | **[hbase-thirdparty] Add jersey-hk2 when shading jersey and bump jetty to 9.4.31**
+
+Jetty 9.4.30 -\> 9.4.31
+Shade jersey-hk2 in hbase-shaded-jersey.
+
+
+---
+
 * [HBASE-24798](https://issues.apache.org/jira/browse/HBASE-24798) | *Major* | **[hbase-thirdparty] Ignore module-info and SubmissionPublisher in enforceBytecodeVersion rule**
 
 Ignore module-info in enforceBytecodeVersion rule as it is for supporting for JDK9+ and will not break JDK8 support.