Update CHANGELOG.md
The double backslash is needed because the first backslash is used as escap character for the second backslash (due to Markdown).
This commit is contained in:
parent
4c3ef3e447
commit
7e5c1feee0
|
@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- added full stack trace to all trace messages
|
- added full stack trace to all trace messages
|
||||||
- added Add option to launch the default notepad editor as non-admin [#2987](https://github.com/sandboxie-plus/Sandboxie/issues/2987)
|
- added option to launch the default notepad editor as non-admin [#2987](https://github.com/sandboxie-plus/Sandboxie/issues/2987)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fixed an issue with token manipulation in the SbieDrv driver
|
- fixed an issue with token manipulation in the SbieDrv driver
|
||||||
|
@ -82,7 +82,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- added global setting to disable overlay icons
|
- added global setting to disable overlay icons
|
||||||
- added ability to specify Sandboxie.ini location in registry
|
- added ability to specify Sandboxie.ini location in registry
|
||||||
- open "HKLM\SYSTEM\CurrentControlSet\Services\SbieDrv" and set "IniPath" [#2837](https://github.com/sandboxie-plus/Sandboxie/issues/2837)
|
- open "HKLM\SYSTEM\CurrentControlSet\Services\SbieDrv" and set "IniPath" [#2837](https://github.com/sandboxie-plus/Sandboxie/issues/2837)
|
||||||
- use a REG_SZ string for the path, like "\??\C:\my_path\my_sandboxie.ini"
|
- use a REG_SZ string for the path, like "\\??\C:\my_path\my_sandboxie.ini"
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- improved handling of DLL injection failure
|
- improved handling of DLL injection failure
|
||||||
|
|
Loading…
Reference in New Issue