Adjust empty lines

This commit is contained in:
isaak654 2023-05-28 18:57:35 +02:00
parent 8d5dbc94b6
commit c67f8d2402
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 6 additions and 18 deletions

View File

@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- additional feedback for other drag and drop scenarios can be provided in [#856](https://github.com/sandboxie-plus/Sandboxie/issues/856)
## [1.9.5 / 5.64.5] - 2023-05-26
### Added
@ -34,7 +35,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.9.4 / 5.64.4] - 2023-05-24
### Added
@ -72,8 +72,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.9.3 / 5.64.3] - 2023-05-08
### Added
@ -92,7 +90,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.9.2 / 5.64.2] - 2023-04-24
### Added
@ -123,6 +120,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added missing localisation to finder [#2845](https://github.com/sandboxie-plus/Sandboxie/issues/2845)
## [1.9.0 / 5.64.0] - 2023-04-17
### Added
@ -257,7 +255,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.7.2 / 5.62.2] - 2023-02-05
### Changed
@ -308,7 +305,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.7.0 / 5.62.0] - 2023-01-27
@ -330,7 +326,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.7 / 5.61.7] - 2023-01-24
### Added
@ -363,9 +358,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.5 / 5.61.5] - 2023-01-10
### Added
@ -382,7 +374,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.4 / 5.61.4] - 2022-12-31
### Added
@ -427,7 +418,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.2 / 5.61.2] - 2022-12-19
### Added
@ -446,7 +436,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.1a / 5.61.1] - 2022-12-07
### Added
@ -497,7 +486,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.3 / 5.60.3] - 2022-11-08
### Added
@ -521,8 +509,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.2 / 5.60.2] - 2022-10-28
### Changed
@ -580,7 +566,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.4.2 / 5.59.2] - 2022-10-10
### Added
@ -804,7 +789,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.2.6 / 5.57.6] - 2022-07-25
### Changed
@ -1605,24 +1589,28 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- removed the ability to sort the trace log as it took too much CPU
## [0.9.7e / 5.52.5] - 2021-10-09
### Changed
- reworked the settings handling once again, now the driver maintains the order when enumerating, but for good performance there is a Hash Map held in parallel for quick exact lookups
## [0.9.7d / 5.52.4] - 2021-10-06
### Fixed
- fixed yet another ini issue with the SbieCtrl
## [0.9.7c / 5.52.3] - 2021-10-05
### Fixed
- fixed yet another handling bug with SbieApi_EnumBoxesEx
## [0.9.7b / 5.52.2] - 2021-10-04
### Fixed