summaryrefslogtreecommitdiff
path: root/lib/java/README.md
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-07-08 06:49:15 -0400
committerJames E. King III <jking@apache.org>2019-07-08 09:56:59 -0400
commit178891f7d62adc98d1d1e661a0c26dd6a67ee50b (patch)
tree9a177ce89be3e3f1c47345833d152ec2f1b3942a /lib/java/README.md
parentc35ed736d26a1dfd8965ae197a67904ed9b4fba3 (diff)
downloadthrift-178891f7d62adc98d1d1e661a0c26dd6a67ee50b.tar.gz
THRIFT-4805: Fixed readme files
Diffstat (limited to 'lib/java/README.md')
-rw-r--r--lib/java/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/java/README.md b/lib/java/README.md
index 78e6445a6..c8ec1c37c 100644
--- a/lib/java/README.md
+++ b/lib/java/README.md
@@ -168,10 +168,10 @@ http://gradle.org/
# Breaking Changes
-## 1.0
+## 0.13.0
* The signature of the 'process' method in TAsyncProcessor and TProcessor has
-changed to remove a boolean return type and to instead rely on Exceptions.
+changed to remove the boolean return type and instead rely on Exceptions.
* Per THRIFT-4805, TSaslTransportException has been removed. The same condition
is now covered by TTansportException, where `TTransportException.getType() == END_OF_FILE`.