Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/editions/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,8 +1191,7 @@ behaviors in most cases, but there are a few exceptions.

* (C++) `ctype`: Remove all instances of the `ctype` option and set the
[`features.(pb.cpp).string_type`](#string_type) value.
* (C++ and Go) `weak`: Remove weak
importsimports.. Use
* (C++ and Go) `weak`: Remove weak imports. Use
[`import option`](/editions/overview#import-option)
instead.
* (Java) `java_multiple_files`: Remove `java_multiple_files` and use
Expand Down
Loading