X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=README;h=00c06ea43d9286bd0d36a161dac971e4cb1a47dc;hp=ca202d247f39b640b50007bfa71448d188e1541e;hb=9a5d7790b094439b9a6f16983e20493c0e43ee02;hpb=1450c0649dc1f1414fd8e051b8d452f4adcb4b24 diff --git a/README b/README index ca202d2..00c06ea 100644 --- 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)