You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #1448 ignore leading underscores in base normalizer (xabbuh)
This PR was merged into the 1.7 branch.
Discussion
----------
ignore leading underscores in base normalizer
In #1267, a new normalizer class was introduced that ignores underscores
when converting snake case to camel case. However, the same change was
made to the base class. This means that both classes act in exactly the
same way. Furthermore, this change was a BC break as the behavior of the
base normalizer class was changed without fixing an actual bug.
Commits
-------
8f30161 ignore leading underscores in base normalizer
0 commit comments