Skip to content

Commit

Permalink
Fix some safety issues.
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
timothee-haudebourg committed Jul 20, 2023
1 parent 114981d commit 0d5fa59
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 166 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unpublished]
### Changed
- `copy_buffers` is now unsafe.
- `get_display` is now unsafe.
- `get_platform_display` is now unsafe.
- `create_platform_window_surface` is now unsafe.
- `create_platform_pixmap_surface` is now unsafe.
### Fixed
- Fix `choose_config` & `get_config` undefined behavior when the input `configs`
vector is empty. (Fixes [#21](https://github.com/timothee-haudebourg/khronos-egl/issues/21))

## [5.0.0]
### Changed
Expand Down

0 comments on commit 0d5fa59

Please sign in to comment.