Skip to content

Commit

Permalink
Add to CHANGELOG: When generating test names for enum values, the enu…
Browse files Browse the repository at this point in the history
…m name is used instead of its toString() method
  • Loading branch information
nymanjens committed Apr 26, 2024
1 parent 6631620 commit f64b872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Converting incorrectly YAML-parsed booleans back to their enum values when possible
- Support enum aliases (defined as static fields on the enum), and in particular
Protocol Buffer enum aliases
- When generating test names for enum values, the enum name is used instead of
its `toString()` method.

## 1.15

Expand Down

0 comments on commit f64b872

Please sign in to comment.