From 8505f9ed4642e4655d34b18c5ce26d2d7078615d Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Sat, 8 Feb 2020 13:34:16 -0600 Subject: [PATCH] Rephrase v1.1 changes in the CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b062b3..7587c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,11 @@ This document lists new features, improvements, changes, and bug fixes in every ### Features ### -- Add a main default scene that can load the demos on the fly. +- There is now a main scene with a demo picker, so you can select and play any demo on the fly. ### Bug fixes ### -- GSTFollowPath will no longer loop back around itself on open paths when `predict_time` is non-zero. +- GSTFollowPath no longer loops back around itself on open paths when `predict_time` is non-zero. ## Godot Steering AI Framework 1.0.0 ##