Fix Nil pointer if GPU does not provide device info (#3108)

* Fix Nil pointer if GPU does not provide device info
* Updated changelog format

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
atterpac
2023-12-10 10:21:21 +11:00
committed by GitHub
co-authored by Lea Anthony
parent 975c55a3d5
commit e3af0945d0
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Segfault in `wails doctor` when GPU device information is not provided. Thanks to [@atterpac](https://github.com/atterpac) for the fix ([#3108](https://github.com/wailsapp/wails/pull/3108)).
## v2.7.0 - 2023-12-09
### Added