Skip to content

Commit e4ca397

Browse files
committed
Updated README with 2.2.2 changes and upped patch version number
1 parent 0e520a5 commit e4ca397

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ The Engaging Computing Group develops new technologies to enable learners—yout
99
## Status
1010
[![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR)
1111

12-
## Change Log - 2.1.1 -> 2.2.0
13-
- Adds Lighting features to MYR
14-
- Adds Texture features to MYR
15-
- Updates copyright in the footer to be in the form `2018 - <current year>`
12+
## Change Log - 2.2.0 -> 2.2.1
13+
- Updated VR/AR buttons to be spaced out
14+
- Fixed bug where colorshift would always choose white for it's initial color
15+
- Updated autocompelete to put cursor in between parenthesis instead of after
16+
- Fixed a bug where a pushable entity would not be able to be pushed (`makePushable`)
1617

1718

1819
## Acknowledgments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myr",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": false,
55
"engines": {
66
"node": "12.18.2"

0 commit comments

Comments
 (0)