[clouchdb-cvs] CVS clouchdb/public_html

peddy peddy at common-lisp.net
Sat Mar 1 19:46:03 UTC 2008


Update of /project/clouchdb/cvsroot/clouchdb/public_html
In directory clnet:/tmp/cvs-serv18318

Modified Files:
	index.html 
Log Message:
fixed some invalid HTML


--- /project/clouchdb/cvsroot/clouchdb/public_html/index.html	2008/03/01 19:19:16	1.17
+++ /project/clouchdb/cvsroot/clouchdb/public_html/index.html	2008/03/01 19:46:03	1.18
@@ -50,6 +50,13 @@
 <h2><a name="news">News</a></h2>
 
 <ul>
+  <li><b>Mar 1, 2008</b> Released version 0.0.9 with proper support
+    for complex keys in views. The functions ad-hoc-view and
+    invoke-view's :key, :start-end and :end-key parameters now accept
+    s-exprs in addtion to string
+    values. See <a href="#views-api-reference">Views API</a>
+    documentaion and <a href="#example-3">Example 3</a> for details.
+  </li>
   <li><b>Feb 16, 2008</b> Released version 0.0.8 with the following
     significant changes. Please read if you're updating from prior
     versions.
@@ -1080,8 +1087,8 @@
   :name) will be converted to upper case by Lisp and result in upper
   case field names in CouchDb and JavaScript.
 </p>
-<p>
-<table summary="query operators" width="80%" align="center">
+
+<table summary="query operators" width="80%">
    <caption><em>Field Name Case Comparison</em></caption>
    <tr>
      <th>Clouchdb</th>
@@ -1104,7 +1111,7 @@
      <td>mixedCase</td>
    </tr>
 </table>
-</p>
+
 
 <p>
 Please refer




More information about the clouchdb-cvs mailing list