summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-02-04 22:38:03 +0100
committerJens Geyer <jensg@apache.org>2022-02-04 22:38:03 +0100
commitf18a8f34e21b09a389e93114ae75375b53724b39 (patch)
treec6e8c45f70add26d01eb081ba491d23e7872130c
parent56a840aa176494c5875cba7faff9dfc16bf8f831 (diff)
downloadthrift-f18a8f34e21b09a389e93114ae75375b53724b39.tar.gz
Update changelog for 0.16.0
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 97769c5f6..85a541a7b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -34,6 +34,7 @@
- [THRIFT-5461](https://issues.apache.org/jira/browse/THRIFT-5461) - Invalid golang code generated for optional set<binary> with a default value
- [THRIFT-5469](https://issues.apache.org/jira/browse/THRIFT-5469) - Go lib skip map value may cause stack overflow
- [THRIFT-5490](https://issues.apache.org/jira/browse/THRIFT-5490) - Improve memory efficiency in go THeader implementation
+- [THRIFT-5509](https://issues.apache.org/jira/browse/THRIFT-5509) - Potential connection leaks caused by the connectivity check
### Haxe