summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHomarechan <tikuwakunn@icloud.com>2020-01-07 00:21:45 +0900
committerJens Geyer <jensg@apache.org>2020-02-06 23:21:02 +0100
commitded326101af3c6c9daad9814ce6404d385f36a1f (patch)
tree9ed8ccdb0763cccfc4f259e1e0faa329202d9f19 /CHANGES.md
parent7d30e2c0b67ef14351d233ac8b29292ae2fbbd90 (diff)
downloadthrift-ded326101af3c6c9daad9814ce6404d385f36a1f.tar.gz
THRIFT-5072 Fix data type generation.
Client: hs Patch: Homarechan <tikuwakunn@icloud.com> This closes #1974
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1dddab99e..abd709bc4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,7 @@
- [THRIFT-4981](https://issues.apache.org/jira/browse/THRIFT-4981) - Remove deprecated netcore bindings from the code base
- [THRIFT-5006](https://issues.apache.org/jira/browse/THRIFT-5006) - Implement DEFAULT_MAX_LENGTH at TFramedTransport
- [THRIFT-5069](https://issues.apache.org/jira/browse/THRIFT-5069) - In Go library TDeserializer.Transport is now typed \*TMemoryBuffer instead of TTransport
+- [THRIFT-5072](https://issues.apache.org/jira/browse/THRIFT-5072) - Haskell generator fails to distinguish between multiple enum types with conflicting enum identifiers
### Java