Skip to content

Commit

Permalink
Bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbabcock committed Aug 13, 2019
1 parent 46c6153 commit 7b796ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## v0.4.1 - August 13th 2019

* Update replay parser to latest version:
* Support for haunted and rugby games.
* Improvement to error handling that gives detailed error messages on what new / updated actor may have received changes in the RL update. These error messages should only be helpful debugging new updates.
* Several security fixes:
* Malicious user could craft NumFrames property to be obscenely high and run the machine out of memory. An error is now thrown if the requested number of frames is greater than the number of bytes remaining.
* A class's network cache that referenced an out of range object id would cause a index out of bound panic. Now an error is raised.
* Other fixes are for panics in debug builds

## v0.4.0 - June 11th 2019

* 4x performance improvement when printing json to stdout
Expand Down

0 comments on commit 7b796ff

Please sign in to comment.