From 04cace3a0b448bb3fe66225225bfe27478c3927a Mon Sep 17 00:00:00 2001 From: Daniel Stonier Date: Tue, 11 Aug 2020 09:54:50 -0400 Subject: [PATCH] [changelog] catching up on 2.1.x changes --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d4f6b2a4..439e38c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,23 @@ Release Notes Forthcoming ----------- +* ... + +2.1.1 (2020-08-11) +------------------ +* [behaviours] generators for variable values in SetBlackboardVariable, `#300 `_ + +2.1.0 (2020-07-20) +------------------ +* [behaviours] CheckBlackboardVariableValue, WaitForBlackboardVariableValue use comparison expressins, `#296 `_ +* [idioms] eternal_guard uses blackboard_names (previously blackboard_name_prefix), `#295 `_ +* [composites] Chooser deprecated, `#293 `_ * [composites] chain-able add_children for all composites, `#290 `_ +2.0.16 (2020-08-11) +------------------- +* [behaviours] generators for variable values in SetBlackboardVariable, `#300 `_ + 2.0.15 (2020-05-14) ------------------- * [composites] fix current_child problems on dynamic child insertion/removal, `#289 `_