From bab0d8117d6a8e3556b7b79a342e5fdb245be2f5 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Jun 2018 18:37:15 +0200 Subject: [PATCH] Notice - 'Not Equal' has been removed from the Gate logic node --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 07f6c612..eb272bf5 100755 --- a/changes.md +++ b/changes.md @@ -1,3 +1,4 @@ +* 2018-06-01: 'Not Equal' has been removed from the Gate logic node. Use 'Equal' and 'False' output socket instead. * 2018-05-24: Armory is being transformed into a Blender 2.8 engine. Viewport player is now available in Blender 2.8 only (shipping with Armory 0.4). Compatibility with Blender 2.79 should be preserved. * 2018-03-23: If you are using Armory Updater, please get Armory 0.3 from itch.io which includes the latest Kha and Krom. Alternatively, clone the full sdk from https://github.com/armory3d/armsdk. * 2017-11-20: Use `armory.trait.physics.*` instead of `armory.trait.internal.*` to access physics traits.