From 0e02ae318268be6bb65ce8cbf6d66e04d8d39106 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 24 Mar 2019 20:27:26 +0100 Subject: [PATCH] changelog --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90e8367..f506e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,21 @@ +Sun Mar 24 20:24:34 2019 + * version 3.0 rc3 + * corrections in debug logger + * requirement can have callback + * version 3.0 rc2 + * add cidr notation to domainnameoption if allow_ip is True (fixes #5) + * safer option.type() (ref #4) + Tue Mar 5 08:22:12 2018 +0200 Emmanuel Garette * version 3.0 rc2 * simplifying netmaskoption * multiple option call (fixes #1) * doesn't check follower requirement with an other follower or a leader if idx is None (fixes #3) -Mon Feb 25 10:12:35 2018 +0200 Emmanuel Garette +Mon Feb 25 10:12:35 2019 +0200 Emmanuel Garette * version 3.0 rc1 -Sat Sep 8 22:54:12 2018 +0200 Emmanuel Garette +Sat Sep 8 22:54:12 2019 +0200 Emmanuel Garette * propose a new API to access to Tiramisu Option This new API is totally incompatible with older's one