diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-26 19:36:33 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-26 19:36:33 -0700 |
commit | fd6365766e4c36762273a1634f379ef9bca1d6b3 (patch) | |
tree | b5eb6b29a7ebe037556db4db59e8861e2abed919 /CHANGELOG | |
parent | e12b99388aa5f701f51e2c76bf960e495eea7dc8 (diff) |
Update README, CHANGELOG and version string for 0.3.1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +0.3.1 +----- +*New Features* + + - BlastEm will now open a new terminal window when starting the debugger if it's not attached to one + - Errors are displayed in a message box if no terminal is attached + - Pure SDL render path for when OpenGL 2 is unavailable (thanks Higor EurÃpedes) + +*Bugfixes* + + - GDB remote debugging works again + 0.3.0 ----- *New Features* |