Update CHANGELOG.md

This commit is contained in:
Jeff Harris 2020-09-03 00:38:00 -07:00 committed by GitHub
parent 185fb8a2dc
commit 807ae8ed06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### September 3 2020
- Cutscenes displayed on startup.
- Main menu renders and responds to key up and down events. Hitting "enter" on any option causes a crash
### July 6 2020
- OpenGL renderer added. Shows nothing but a black screen then exits.