diff --git a/README.md b/README.md index 6b413e43..ff37e0a9 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,16 @@ The Engaging Computing Group develops new technologies to enable learners—yout ## Status [![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR) -## Change Log - 2.1.1 -> 2.2.0 -- Adds Lighting features to MYR -- Adds Texture features to MYR -- Updates copyright in the footer to be in the form `2018 - ` +## Change Log - 2.2.0 -> 2.3.0 +- Adds Minecraft style flying controls + - Removes flying setting toggle +- Updates default scene to show helper grid by default +- MYR provided textures are now case insensitive +- Textures can be tiled +- Fixes black flickering bug when entering VR mode on mobile +- Spelling fixes +- Updated AFrame to use v1.x.y + ## Acknowledgments diff --git a/package.json b/package.json index 671ef35e..9e95f806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myr", - "version": "2.2.0", + "version": "2.3.0", "private": false, "engines": { "node": "12.18.2"