Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridEidolon committed Jun 8, 2017
1 parent 74f3d4b commit f8f2aab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.3.4

### Fixed

- Fixed a crash where systems running Windows XP may be unable to
parse wide strings from memory. (@StephenCWillis)
- Fixed an issue where the stack trace emitted from the Lua error
handler would emit the stack from the error handler's context
rather than the context of the traced call. (@StephenCWillis)
- Save and restore the FPU state when entering Lua code rather than
initializing the FPU at launch. This fixes a bug where Recons would
occasionally fail to leave their spawning state and be stuck
untargetable in mid-air, and possibly other subtle arithmetic bugs.

## v0.3.3

### Added
Expand Down

0 comments on commit f8f2aab

Please sign in to comment.