libt2n: (tomj) documented code problems; have to find out if this is the source of...
[libt2n] / README
diff --git a/README b/README
index ca202d2..00c06ea 100644 (file)
--- a/README
+++ b/README
@@ -16,8 +16,12 @@ shared memory or other mechanisms.
 Serializing all the complex objects is done with Boost serialization. 
 The complete manual is generated by doxygen in the doc directory.
 
-Changes
--------
+Changes from 0.3
+----------------
+* Add Client-Wrappers, see examples-codegen/example1-client-wrapper how to
+  use them
+* API-incompatible change:
+  command_client now takes a client_connection pointer instead of a reference
 * Fix build of documentation for "out of tree" builds
 * Fixed a bug with nested namespaces
 * Fixed a bug with incomplete writes (Robert Huitl)