On Wed, May 19, 2010 at 06:44, Philip Olson <phi...@roshambo.org> wrote: > Two new entities being proposed: > - version.trunk.after.53 > "This is in Subversion trunk only, and will probably exist as of PHP 5.4 or > 6.0." > - version.trunk.changelog > "Future"
Do we need both? The changelogs only list the version number in the first column <changelog> <entry>&version.trunk.after.53;</entry> "SVN trunk" <entry>The foobar parameter was added</entry> </changelog> and for inline features: <para>Scalar typhinting was introduced in &version.trunk.after.53;</para> .. -Hannes