Skip to content

Commit 013009b

Browse files
JasonLunncopybara-github
authored andcommitted
Internal Change
PiperOrigin-RevId: 948596934
1 parent 52819dd commit 013009b

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

content/news/2026-07-13.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
title = "Changes Announced on July 10, 2026"
3-
linkTitle = "July 10, 2026"
2+
title = "Changes Announced on July 13, 2026"
3+
linkTitle = "July 13, 2026"
44
toc_hide = "true"
5-
description = "Changes announced for Protocol Buffers on July 10, 2026."
5+
description = "Changes announced for Protocol Buffers on July 13, 2026."
66
type = "docs"
77
+++
88

@@ -27,7 +27,18 @@ in Edition 2026.
2727
### `enforce_naming_style`: `STYLE2026` {#enforce_naming_style}
2828

2929
The `enforce_naming_style` feature default will be updated to `STYLE2026` to
30-
discourage common field naming collisions.
30+
discourage common field-naming collisions.
31+
32+
Examples:
33+
34+
* Within a message with a field named `x`, the following field names are
35+
banned:
36+
* `has_x`
37+
* `set_x`
38+
* `get_x`
39+
* `clear_x`
40+
* `x_value`
41+
* Fields may not be named `descriptor`
3142

3243
### `default_symbol_visibility`: `STRICT` {#default_symbol_visibility}
3344

0 commit comments

Comments
 (0)