浏览代码

Adding a few potential breaking changes

Nicolas Noble 6 年之前
父节点
当前提交
e0059af33b
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/core/pending_api_cleanups.md

+ 4 - 0
doc/core/pending_api_cleanups.md

@@ -15,3 +15,7 @@ number:
   `include/grpc/impl/codegen/grpc_types.h` (commit `af00d8b`)
   `include/grpc/impl/codegen/grpc_types.h` (commit `af00d8b`)
   (cannot be done until after next grpc release, so that TensorFlow can
   (cannot be done until after next grpc release, so that TensorFlow can
   use the same code both internally and externally)
   use the same code both internally and externally)
+- get rid of all of the grpc++ headers that are currently deprecated
+  in favor of their grpcpp counterpart due to iOS' parsing issue on the
+  + sign.
+- require a C++ runtime for all languages.