This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 7de1f5d  Added breaking change notice for "THRIFT-5138 Swift keywords 
may be used as identifiers if escaped" because it is labelled as such in JIRA
7de1f5d is described below

commit 7de1f5d7f394b49624e7278937d7ff665bfc642a
Author: Jens Geyer <[email protected]>
AuthorDate: Wed May 20 00:55:10 2020 +0200

    Added breaking change notice for "THRIFT-5138 Swift keywords may be used as 
identifiers if escaped" because it is labelled as such in JIRA
---
 CHANGES.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 0c0f84c..175d07f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,13 +4,14 @@
 
 ### Breaking Changes
 
-- [THRIFT-5116](https://issues.apache.org/jira/browse/THRIFT-5116) - Upgrade 
NodeJS to 10.x
-- [THRIFT-4990](https://issues.apache.org/jira/browse/THRIFT-4990) - Upgrade 
to .NET Core 3.1 (LTS)
 - [THRIFT-4981](https://issues.apache.org/jira/browse/THRIFT-4981) - Remove 
deprecated netcore bindings from the code base
 - [THRIFT-4982](https://issues.apache.org/jira/browse/THRIFT-4982) - Remove 
deprecated csharp bindings from the code base
+- [THRIFT-4990](https://issues.apache.org/jira/browse/THRIFT-4990) - Upgrade 
to .NET Core 3.1 (LTS)
 - [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
+- [THRIFT-5116](https://issues.apache.org/jira/browse/THRIFT-5116) - Upgrade 
NodeJS to 10.x
+- [THRIFT-5138](https://issues.apache.org/jira/browse/THRIFT-5138) - Swift 
generator does not escape keywords properly
 - [THRIFT-5164](https://issues.apache.org/jira/browse/THRIFT-5164) - In Go 
library TProcessor interface now includes ProcessorMap and AddToProcessorMap 
functions.
 
 ### Java
@@ -20,8 +21,8 @@
 ### Go
 
 - [THRIFT-5069](https://issues.apache.org/jira/browse/THRIFT-5069) - Add 
TSerializerPool and TDeserializerPool, which are thread-safe versions of 
TSerializer and TDeserializer.
-- [THRIFT-5164](https://issues.apache.org/jira/browse/THRIFT-5164) - Add 
ProcessorMiddleware function type and WrapProcessor function to support 
wrapping a TProcessor with middleware functions.
 - [THRIFT-5164](https://issues.apache.org/jira/browse/THRIFT-5164) - Add 
ClientMiddleware function type and WrapClient function to support wrapping a 
TClient with middleware functions.
+- [THRIFT-5164](https://issues.apache.org/jira/browse/THRIFT-5164) - Add 
ProcessorMiddleware function type and WrapProcessor function to support 
wrapping a TProcessor with middleware functions.
 
 ## 0.13.0
 

Reply via email to