docs: add link to the detailed page

This commit is contained in:
kenjis 2022-04-09 10:43:07 +09:00
parent 847746d2f1
commit ab0d86b967
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -27,7 +27,7 @@ Enhancements
- Added the config ``$autoNonce`` in ``Config\ContentSecurityPolicy`` to disable the CSP placeholder replacement
- Added the functions ``csp_script_nonce()`` and ``csp_style_nonce()`` to get nonce attributes
- See :ref:`content-security-policy` for details.
- New View Decorators allow modifying the generated HTML prior to caching.
- New :doc:`../outgoing/view_decorators` allow modifying the generated HTML prior to caching.
- Added Subqueries in the FROM section. See :ref:`query-builder-from-subquery`.
- Added Subqueries in the SELECT section. See :ref:`query-builder-select`.
- Added Validation Strict Rules. See :ref:`validation-traditional-and-strict-rules`.