@ -5,7 +5,7 @@ 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).
### June 16, 2019
- All functions except one are now binery identical to Diablo 1.09b
- All functions except one are now binary identical to Diablo 1.09b
## 0.9.6
### May 19, 2019
@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Mute buttons now work correctly
### April 15, 2019
- Code is once again compiled as C++ as some parts appear to require despite the indications in RICH
- Code is once again compiled as C++ as some parts appear to require despite the indications in Rich header
## 0.8.0
### April 12, 2019
@ -28,10 +28,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 0.7.0
### April 9, 2019
- [70% of functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version
- The last of the compiler flags are figgured out
### April 9, 2019
- The last of the compiler flags are figgured out
- The last of the compiler flags are figured out
## 0.6.0
### March 19, 2019
@ -42,10 +41,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 0.5.0
### January 14, 2019
- [50% of functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version
- #456 Assets can now be loaded directly form disk (no need for MPQ-files when modding)
- #528 Code ported to C (can still be compiled as C++)
- #111 Rich Header no longer contains incorrect sections
- #182 defined a [Code Style](https://github.com/diasurgical/devilution/wiki/Code-style-guide) with accompanying clang-format definition
- [#456](https://github.com/diasurgical/devilution/pull/456) Assets can now be loaded directly form disk (no need for MPQ-files when modding)
- [#528](https://github.com/diasurgical/devilution/pull/528) Code ported to C (can still be compiled as C++)
- [#111](https://github.com/diasurgical/devilution/pull/111) Rich Header no longer contains incorrect sections
- [#182](https://github.com/diasurgical/devilution/pull/182) defined a [Code Style](https://github.com/diasurgical/devilution/wiki/Code-style-guide) with accompanying clang-format definition
- `Diabloui.dll` is now also part of the source tree