Skip to content

Commit f64b872

Browse files
committed
Add to CHANGELOG: When generating test names for enum values, the enum name is used instead of its toString() method
1 parent 6631620 commit f64b872

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Converting incorrectly YAML-parsed booleans back to their enum values when possible
1010
- Support enum aliases (defined as static fields on the enum), and in particular
1111
Protocol Buffer enum aliases
12+
- When generating test names for enum values, the enum name is used instead of
13+
its `toString()` method.
1214

1315
## 1.15
1416

0 commit comments

Comments
 (0)