Skip to content

Commit

Permalink
Updated the changelog and added new methods + updated title, tag and …
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
m4rw3r committed Dec 21, 2009
1 parent 9e8b4e9 commit d425922
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions doc/manual/src/references/change_log.xml
Expand Up @@ -12,7 +12,7 @@
<title>Change Log</title>

<section>
<title>Version 0.6</title>
<title>Version 0.5.1</title>

<segmentedlist>
<?dbhtml list-presentation="list"?>
Expand All @@ -22,9 +22,9 @@
<segtitle>Git tag</segtitle>

<seglistitem>
<seg>In Development</seg>
<seg>2009-12-21</seg>

<seg>In Development</seg>
<seg>0.5.1</seg>
</seglistitem>
</segmentedlist>

Expand All @@ -41,6 +41,26 @@
with a variant which uses proper key names to count by.
</para>
</listitem>

<listitem>
<para>
Added the methods:
</para>

<itemizedlist>
<listitem>
<para>
<function linkend="funcref.Db_Query-whereIsNull">Db_Query->whereIsNull</function>
</para>
</listitem>

<listitem>
<para>
<function linkend="funcref.Db_Query-whereIsNotNull">Db_Query->whereIsNotNull</function>
</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>

<para>
Expand Down

0 comments on commit d425922

Please sign in to comment.