mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
161320c0ad
commit
3107c3b012
1 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue