This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new e64a74f Add ZOOKEEPER-3802 to release notes
e64a74f is described below
commit e64a74fabafeb3b20109014149beb3ebd6a48be7
Author: Enrico Olivelli <[email protected]>
AuthorDate: Tue Apr 21 14:23:03 2020 +0200
Add ZOOKEEPER-3802 to release notes
---
zookeeper-docs/src/main/resources/markdown/releasenotes.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
index 15aaaa0..b0d5989 100644
--- a/zookeeper-docs/src/main/resources/markdown/releasenotes.md
+++ b/zookeeper-docs/src/main/resources/markdown/releasenotes.md
@@ -34,6 +34,7 @@ limitations under the License.
* [ZOOKEEPER-3793](https://issues.apache.org/jira/browse/ZOOKEEPER-3793) -
Request throttling is broken when RequestThrottler is disabled or configured
incorrectly.
* [ZOOKEEPER-3726](https://issues.apache.org/jira/browse/ZOOKEEPER-3726) -
invalid ipv6 address comparison in C client
* [ZOOKEEPER-3797](https://issues.apache.org/jira/browse/ZOOKEEPER-3797) -
Conflict between fatjar and full-build Maven profiles in branch-3.6
+* [ZOOKEEPER-3802](https://issues.apache.org/jira/browse/ZOOKEEPER-3802) - Fix
rat checks in full-build and fatjar
## New Feature