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
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.7.1.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Message Changes
19
19
***************
20
20
21
21
- Updated ``Images.unsupportedImageCreate``.
22
+
- Renamed the ``Validation.valid_cc_num`` key to ``Validation.valid_cc_number``.
22
23
23
24
*******
24
25
Changes
@@ -58,6 +59,7 @@ Bugs Fixed
58
59
- **Toolbar:** Fixed a bug where the standalone toolbar page loaded from ``?debugbar_time=...`` was not interactive.
59
60
- **Toolbar:** Fixed a bug in the Routes panel where only the first route parameter was converted to an input field on hover.
60
61
- **Testing:** Fixed a bug in ``FeatureTestTrait::withRoutes()`` where invalid HTTP methods were not properly validated, thus passing them all to ``RouteCollection``.
62
+
- **Validation:** Rule ``valid_cc_number`` now has the correct translation.
61
63
- **View:** Fixed a bug where ``View`` would throw an error if the ``appOverridesFolder`` config property was not defined.
0 commit comments