MongoBinData changelog for new GENERIC and UUID_RFC4122 constants

https://jira.mongodb.org/browse/PHP-962


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332749 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2014-01-28 22:18:01 +00:00
parent 161320c0ad
commit 3107c3b012

View file

@ -209,6 +209,29 @@ $users->save($profile);
</section>
<!-- }}} -->
<simplesect role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>1.5.0</entry>
<entry>
Added <constant>MongoBinData::GENERIC</constant> and
<constant>MongoBinData::UUID_RFC4122</constant> constants.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</simplesect>
</partintro>
&reference.mongo.entities.mongobindata;