Changelog for 0.5.2

This commit is contained in:
Clive Galway 2020-04-29 17:41:27 +01:00
parent a7842583b8
commit 8077370d8d

View File

@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] ## [Unreleased]
### Added ### Added
### Changed ### Changed
- Compiled scripts now pack the required DLLs inside the EXE and unpack them on run
Both the x86 and the x64 DLL will always be packed in the EXE, but on run, only the required DLLs will be unpacked
### Deprecated ### Deprecated
### Removed ### Removed
### Fixed ### Fixed
## [0.5.2] - 2020-04-29
- Compiled scripts now pack the required DLLs inside the EXE and unpack them on run
Both the x86 and the x64 DLL will always be packed in the EXE, but on run, only the required DLLs will be unpacked
## [0.5.1] - 2020-04-10 ## [0.5.1] - 2020-04-10
### Added ### Added
- AHI now supports scripts being compiled. - AHI now supports scripts being compiled.