Skip to content

Commit c2d373b

Browse files
committed
Adjust wording and add info for form_helper
1 parent f8f5ba5 commit c2d373b

File tree

1 file changed

+7
-2
lines changed
  • development/development/changes

1 file changed

+7
-2
lines changed

development/development/changes/400.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
4242
- Path
4343
- Type of change
4444
- Version
45-
- Recommendation
45+
- Explanation
4646
* - ``\phpbb\avatar\driver\remote``
4747
- ``phpbb/avatar/driver/remote.php``
4848
- Removed
@@ -93,11 +93,16 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
9393
- Removed
9494
- ``4.0.0-a1``
9595
- No longer used due to removal of gd & nogd CAPTCHAs.
96+
* - ``\phpbb\form\form_helper``
97+
- ``phpbb/form/form_helper.php``
98+
- Added
99+
- ``4.0.0-a1``
100+
- Introduced form_helper for generating and checking form tokens.
96101

97102
**Explanation of columns:**
98103

99104
* **Class or function:** The name of the class or function that was added, changed, deprecated, or removed in this version.
100105
* **Path:** Path to file.
101106
* **Type of change:** The type of change, e.g. added, changed, deprecated, or removed in this version.
102107
* **Version:** Version in which this change was introduced.
103-
* **Recommendation:** The suggested approach to handle the change. This could involve using an alternative function, migrating code to a new approach, or providing additional information.
108+
* **Explanation:** The suggested approach to handle the change. This could involve using an alternative function, migrating code to a new approach, or providing additional information.

0 commit comments

Comments
 (0)