Skip to content

Commit f693a3f

Browse files
committed
Added missing release notes for the last two 2.9 releases
1 parent 146df91 commit f693a3f

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

package.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
18521852
</filelist>
18531853
</phprelease>
18541854
<changelog>
1855+
<release>
1856+
<version>
1857+
<release>2.9.2</release>
1858+
<api>2.9.2</api>
1859+
</version>
1860+
<stability>
1861+
<release>stable</release>
1862+
<api>stable</api>
1863+
</stability>
1864+
<date>2018-11-08</date>
1865+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
1866+
<notes>
1867+
- PHPCS should now run under PHP 7.3 without deprecation warnings
1868+
-- Thanks to Nick Wilde for the patch
1869+
- Fixed bug #1496 : Squiz.Strings.DoubleQuoteUsage not unescaping dollar sign when fixing
1870+
-- Thanks to Michał Bundyra for the patch
1871+
- Fixed bug #1549 : Squiz.PHP.EmbeddedPhp fixer conflict with // comment before PHP close tag
1872+
-- Thanks to Juliette Reinders Folmer for the patch
1873+
- Fixed bug #1890 : Incorrect Squiz.WhiteSpace.ControlStructureSpacing.NoLineAfterClose error between catch and finally statements
1874+
</notes>
1875+
</release>
18551876
<release>
18561877
<version>
18571878
<release>3.3.2</release>
@@ -2644,6 +2665,23 @@ http://pear.php.net/dtd/package-2.0.xsd">
26442665
- Fixed bug #1504 : PSR2.Namespaces.UseDeclaration hangs fixing use statement with no trailing code
26452666
</notes>
26462667
</release>
2668+
<release>
2669+
<version>
2670+
<release>2.9.1</release>
2671+
<api>2.9.1</api>
2672+
</version>
2673+
<stability>
2674+
<release>stable</release>
2675+
<api>stable</api>
2676+
</stability>
2677+
<date>2017-05-22</date>
2678+
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2679+
<notes>
2680+
- Fixed bug #1442 : T_NULLABLE detection not working for nullable parameters and return type hints in some cases
2681+
- Fixed bug #1448 : Generic.Classes.OpeningBraceSameLine doesn't detect comment before opening brace
2682+
-- Thanks to Juliette Reinders Folmer for the patch
2683+
</notes>
2684+
</release>
26472685
<release>
26482686
<version>
26492687
<release>3.0.0</release>

0 commit comments

Comments
 (0)