diff options
author | Mark D. Roth <roth@google.com> | 2016-11-08 08:10:33 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-11-08 08:10:33 -0800 |
commit | b1c2bbf497b68bbb6dc8d484701ce54e030c2a8c (patch) | |
tree | c61b788edf3aa2dfb4c648e3306a4ea18f714e6d /doc/cpp | |
parent | b065b31c257a9562114433d880ce19985bc3a0a3 (diff) |
Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file.
Diffstat (limited to 'doc/cpp')
-rw-r--r-- | doc/cpp/pending_api_cleanups.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cpp/pending_api_cleanups.md b/doc/cpp/pending_api_cleanups.md index 3e77b657c6..517d503cb0 100644 --- a/doc/cpp/pending_api_cleanups.md +++ b/doc/cpp/pending_api_cleanups.md @@ -11,5 +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: +- remove `ServerBuilder::SetMaxMessageSize()` method from + `include/grpc++/server_builder.h` (commit `6980362`) - remove `ClientContext::set_fail_fast()` method from `include/grpc++/impl/codegen/client_context.h` (commit `9477724`) |