From f6be1e13bff4db54cce786e7d1e7ca46671c9f27 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 10 Mar 2016 16:16:14 -0500 Subject: [PATCH] Add CHANGELOG.md Signed-off-by: Philippe Proulx --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..100b60c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# barectf 2 changelog + +## barectf v2.0.2 + +**README.md**: + + * Add PyPI badge + * Fix Arch Linux installation command line + + +## barectf v2.0.1 + +**Bug fixes**: + + * Fix various bugs in the Parallella platform + + +## barectf v2.0.0 + +Initial release. + +Major changes from barectf 0.x: + + * Single YAML configuration input + * TSDL metadata is generated by barectf instead of being consumed + * Introduction of platforms to handle buffers automatically with + custom callbacks and to allow continuous tracing + * Various optimizations in the generated C code -- 2.34.1