From d110532fda37ccd7887db614175bd87525b1c8ff Mon Sep 17 00:00:00 2001 From: Sergey Naumov Date: Sun, 24 Apr 2016 10:59:39 +0300 Subject: [PATCH] Changelog update --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..37a16fe --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,10 @@ +0.2.0 + + Implemented GET_TREE (i3ipc::connection::get_tree()) + + ~ Shipping all available payload with workspace and window events (issue #2) + ~ i3ipc::I3Connection renamed to i3ipc::connection + + ~ Internal refreactoring + + * Fixing failed build: Parts of a struct were initialised in wrong order, C99-style designated initialisers did not prevent this from causing an error [mox] + * Minor documentation and code fixies