aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/core/pending_api_cleanups.md
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-08 10:53:14 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-11-08 10:53:14 -0800
commitfb927409d3d83a644ccab152fdd6af8be9189911 (patch)
treebf1f8562ab8e092e708ad8e8d0a1f61829986b22 /doc/core/pending_api_cleanups.md
parentb1c2bbf497b68bbb6dc8d484701ce54e030c2a8c (diff)
Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.
Diffstat (limited to 'doc/core/pending_api_cleanups.md')
-rw-r--r--doc/core/pending_api_cleanups.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/core/pending_api_cleanups.md b/doc/core/pending_api_cleanups.md
index a9f176395c..67d587dead 100644
--- a/doc/core/pending_api_cleanups.md
+++ b/doc/core/pending_api_cleanups.md
@@ -11,4 +11,7 @@ This file lists all pending backward-compatibility changes that should
be cleaned up the next time we are going to bump the major version
number:
-(none currently)
+- remove `GRPC_ARG_MAX_MESSAGE_LENGTH` channel arg from
+ `include/grpc/impl/codegen/grpc_types.h` (commit `af00d8b`)
+ (cannot be done until after next grpc release, so that TensorFlow can
+ use the same code both internally and externally)