diff --git a/CHANGELOG.md b/CHANGELOG.md index 289a4358..352612e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Significant changes per release +## 2.0.2 + +* Fix potential heap corruption when stripping a database that isn't split +* Fix database tier bulk data size to include its padding + ## 2.0.1 * Fix incorrect seek offset when seeking past 0.0 in a single frame clip @@ -154,4 +159,4 @@ Initial release! * Assert overrides * Custom math types and functions * Various tools to test the library -* Visual Studio 2015 supported, x86 and x64 \ No newline at end of file +* Visual Studio 2015 supported, x86 and x64