added changelog entry for datetime object comparisons

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323164 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2012-02-12 16:06:16 +00:00
parent 5135f8f044
commit cab50ec5a8

View file

@ -236,6 +236,34 @@
<!-- }}} -->
<section role="changelog" xml:id="datetime.changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.2.2</entry>
<entry>
DateTime object comparison with the
<link linkend="language.operators.comparison">comparison operators</link>
changed to work as expected. Previously, all DateTime objects were
considered equal (using <literal>==</literal>).
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</section><!-- }}} -->
</partintro>
&reference.datetime.entities.datetime;