Update CHANGELOG.md

This commit is contained in:
isaak654 2023-01-10 20:50:53 +01:00 committed by GitHub
parent 566e7352ef
commit c828dd1958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.5 / 5.61.5] - 2023-??-??
## [1.6.5 / 5.61.5] - 2023-01-10
### Added
### Added
- added user mode syscall tracing, now system calls can be logged also in compartment type boxes as well as all Win32k syscalls
### Changed
- reworked trace log model, now it can load over 10e6 entries in under 1 second
- removed ApiLog support is now hidden from the trace UI when the apropriate dll's are missing
- ApiLog support is now hidden from the trace UI when the appropriate DLLs are missing
### Fixed
- fixed issue with Microsoft Edge in a security enhanced box [#2571](https://github.com/sandboxie-plus/Sandboxie/issues/2571)