From 826b19781be32ecbfb22080124aa57629be26f0d Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Fri, 7 Aug 2020 10:18:10 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e58ef7..46116d2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,13 @@ Luu, Huong, Babak Behzad, Ruth Aydt, and Marianne Winslett. "A multi-level appro Change Log ---------- -**Recorder 2.1.1** June 28, 2020 +**Recorder 2.1.2** Aug 06, 2020 +1. Rewrite the reader program with C. +2. Add Python bindings to call C functions. +3. Remove oft2 converter. +4. Clean up the Makefile. + +**Recorder 2.1.1** Jun 28, 2020 1. Use [uthash](https://github.com/troydhanson/uthash) library to replace the original hash map implementation 2. Remove zlib support