Skip to content

Commit d74c169

Browse files
authored
Merge pull request #2599 from rodrigoprimo/update-changelog-missing-entry
Changelog: add missing entry to the changelog
2 parents a0a289a + 8e7c15b commit d74c169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _No documentation available about unreleased changes as of yet._
1515
This sniff warns when `get_*_meta()` and `get_metadata*()` functions are used with the `$meta_key`/`$key` param, but without the `$single` parameter as this could lead to unexpected behavior due to the different return types.
1616
- `WordPress-Extra`: the following additional sniffs have been added to the ruleset: `Generic.Strings.UnnecessaryHeredoc` and `Generic.WhiteSpace.HereNowdocIdentifierSpacing`. [#2534]
1717
- The `rest_sanitize_boolean()` functions to the list of known "sanitizing" functions. Props [@westonruter]. [#2530]
18-
- End-user documentation to the following existing sniffs: `WordPress.DB.PreparedSQL` (props [@jaymcp], [#2454]), `WordPress.NamingConventions.ValidFunctionName` (props [@richardkorthuis] and [@rodrigoprimo], [#2452], [#2531]), `WordPress.NamingConventions.ValidVariableName` (props [@richardkorthuis], [#2457]).
18+
- End-user documentation to the following existing sniffs: `WordPress.DB.PreparedSQL` (props [@jaymcp], [#2454]), `WordPress.NamingConventions.ValidFunctionName` (props [@richardkorthuis] and [@rodrigoprimo], [#2452], [#2531]), `WordPress.NamingConventions.ValidVariableName` (props [@richardkorthuis], [#2457]), `WordPress.PHP.DontExtract` (props [@aiolachiara], [#2456]).
1919
This documentation can be exposed via the [`PHP_CodeSniffer` `--generator=...` command-line argument](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Usage).
2020

2121
### Changed
@@ -54,6 +54,7 @@ _No documentation available about unreleased changes as of yet._
5454
[#2465]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2465
5555
[#2452]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2452
5656
[#2454]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2454
57+
[#2456]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2456
5758
[#2457]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2457
5859
[#2479]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2479
5960
[#2500]: https://github.com/WordPress/WordPress-Coding-Standards/pull/2500
@@ -1699,6 +1700,7 @@ Initial tagged release.
16991700
[2013-10-06]: https://github.com/WordPress/WordPress-Coding-Standards/compare/2013-06-11...2013-10-06
17001701

17011702
[@anomiex]: https://github.com/anomiex
1703+
[@aiolachiara]: https://github.com/aiolachiara
17021704
[@Chouby]: https://github.com/Chouby
17031705
[@ckanitz]: https://github.com/ckanitz
17041706
[@craigfrancis]: https://github.com/craigfrancis

0 commit comments

Comments
 (0)