Skip to content

Commit 35254e1

Browse files
committed
Add RC4 to changelog/version
1 parent 672d0ae commit 35254e1

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@ P H I N G
22
=========================
33

44

5+
Jan. 20, 2023 - Phing 3.0.0 rc4
6+
-------------------------------
7+
8+
The following issues and pull requests were closed in this release:
9+
10+
* XML\RNG Validation Wierdness [\#1688](https://github.com/phingofficial/phing/issues/1688)
11+
* Uncaught Error: Call to undefined method ReflectionUnionType::isBuiltin() [\#1686](https://github.com/phingofficial/phing/issues/1686)
12+
* FilesystemIterator bug in PHP 8.2 [\#1685](https://github.com/phingofficial/phing/pull/1685)
13+
* TstampTask with ICU syntax [\#1683](https://github.com/phingofficial/phing/pull/1683)
14+
* TstampTask impacted by deprecation [\#1682](https://github.com/phingofficial/phing/issues/1682)
15+
* Fix wrong boolean handling [\#1680](https://github.com/phingofficial/phing/pull/1680)
16+
* Update to 'symfony/yaml ^6' [\#1679](https://github.com/phingofficial/phing/issues/1679)
17+
* Update VisualizerTask tests [\#1676](https://github.com/phingofficial/phing/pull/1676)
18+
* Add support for PHP 8.1 [\#1674](https://github.com/phingofficial/phing/pull/1674)
19+
* fixing DirSet toString returning files [\#1670](https://github.com/phingofficial/phing/pull/1670)
20+
* DirSet toString returns files [\#1669](https://github.com/phingofficial/phing/issues/1669)
21+
* Remove deprecated `command` attribute from ExecTask [\#1662](https://github.com/phingofficial/phing/issues/1662)
22+
* Symfony console 6 support [\#1659](https://github.com/phingofficial/phing/pull/1659)
23+
* Enable symfony 6 support [\#1658](https://github.com/phingofficial/phing/pull/1658)
24+
* Missing php namespace in phpunit-noframes.xsl for phing-3.0.0-RC3.phar release [\#1656](https://github.com/phingofficial/phing/issues/1656)
25+
* Type hasfreespace condition [\#1653](https://github.com/phingofficial/phing/pull/1653)
26+
* PHP 8.1 compatibility [\#1652](https://github.com/phingofficial/phing/pull/1652)
27+
* Update PHP requirement in Phar manifest [\#1650](https://github.com/phingofficial/phing/pull/1650)
28+
* Align usage [\#1648](https://github.com/phingofficial/phing/pull/1648)
29+
* Upgrading filesize [\#1644](https://github.com/phingofficial/phing/pull/1644)
30+
* Add ExecTask suggestions [\#1643](https://github.com/phingofficial/phing/pull/1643)
31+
* Fix PHP 8.1 tests and confirm compatibility [\#1642](https://github.com/phingofficial/phing/issues/1642)
32+
* Finalize UPGRADING.md document [\#1640](https://github.com/phingofficial/phing/issues/1640)
33+
* bump version phing/task-jshint in composer.lock [\#1639](https://github.com/phingofficial/phing/issues/1639)
34+
* Suggestions for ExecTask [\#1638](https://github.com/phingofficial/phing/issues/1638)
35+
* Fix open task test [\#1637](https://github.com/phingofficial/phing/pull/1637)
36+
* Spawn open task [\#1636](https://github.com/phingofficial/phing/pull/1636)
37+
* Add tests for StringHelper [\#1603](https://github.com/phingofficial/phing/pull/1603)
38+
* Fix XmlLintTask error handler [\#1599](https://github.com/phingofficial/phing/pull/1599)
39+
540
Sep. 9, 2021 - Phing 3.0.0 rc3
641
------------------------------
742

etc/VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-RC3
1+
3.0.0-RC4

0 commit comments

Comments
 (0)