File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ Message Changes
335335
336336- Updated English language strings to be more consistent.
337337- Added ``CLI.generator.className.cell `` and ``CLI.generator.viewName.cell ``.
338+ - Added **en/Errors.php ** file.
338339
339340Changes
340341*******
Original file line number Diff line number Diff line change @@ -325,6 +325,17 @@ Config
325325- app/Config/Validation.php
326326 - The default Validation Rules have been changed to Strict Rules for better security. See :ref: `validation-traditional-and-strict-rules `.
327327
328+ View Files
329+ ----------
330+
331+ The following view files have been changed to HTML5 compatible tags.
332+ Also, error messages are now defined in the **Errors ** language file.
333+
334+ - app/Views/errors/html/error_404.php
335+ - app/Views/errors/html/error_exception.php
336+ - app/Views/errors/html/production.php
337+ - app/Views/welcome_message.php
338+
328339All Changes
329340===========
330341
You can’t perform that action at this time.
0 commit comments