From 48be601ca74f2f6496c8fb47371a6f9d884f9cf1 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 26 Sep 2017 16:33:48 +0000 Subject: [PATCH] Very first version of our changes file --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..9fe14663 --- /dev/null +++ b/CHANGES @@ -0,0 +1,15 @@ + +v3.0.????? - ? +--------------------------- + + - Adds possibility to run the pm operator inside a mutex to avoid concurrent + access while working on a thread environment. This option is a compilation + flag. + [Felipe Zimmerle/@zimmerle] + + +v3.0.0-rc1 - 2017-Aug-28 +------------------------ + + Very first public version. +