This commit is contained in:
luboslenco 2018-12-21 15:36:27 +01:00
parent b9c3337428
commit 882377befa
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
* 2018-12-13: Final Armory+b28 development is in the dev branch of this repository
* 2018-09-21: If you are using Armory Updater, please get Armory 0.5a from itch.io which includes the latest KodeStudio.
* 2018-09-05: If you are using Armory Updater, please get Armory 0.5 from itch.io which includes the latest Kha and Krom. Alternatively, clone the full sdk from https://github.com/armory3d/armsdk.
* 2018-08-28: `LampObject` and `LampData` is now `LightObject` and `LightData`
* 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.