git » nmdb » commit 1259c7b

Document the API change in the UPGRADING document

author Alberto Bertogli
2008-08-23 17:41:45 UTC
committer Alberto Bertogli
2008-08-23 22:19:03 UTC
parent d32d66ca545d5213ebf3366a489e0050eb6c28a7

Document the API change in the UPGRADING document

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

UPGRADING +7 -0

diff --git a/UPGRADING b/UPGRADING
index bd4c765..bd906cd 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -11,3 +11,10 @@ upgrading.
    bindings have been upgraded, so you only need to worry if you used the C
    library.
 
+0.21 -> 0.22
+ * The protocol has been changed in an incompatible way. Do not use the
+   0.21 library with the new server.
+ * nmdb_incr() and nmdb_cache_incr() now have a new "newval" parameter. If the
+   increment was successful, newval will be set to the resulted value.
+   All bindings have been upgraded to reflect this change.
+