Skip to content

Commit

Permalink
Update the changelog to reflect recent work
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed May 31, 2024
1 parent 78260a3 commit 85d91f9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added OpenGL support via `ModernGlVideoDriver`.
- Added support for switching video drivers at runtime
using `MultiVideoDriver`.
- Added `pre-commit` hooks to enforce code style.

### Changed
Expand All @@ -23,7 +25,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow `VideoDriver.can_dupe` to be settable and deletable.
- Don't allow `VideoDriver.get_system_av_info` to return `None`.
- **BREAKING**: Rename `AbstractSoftwareVideoDriver` to `SoftwareVideoDriver`.
- **BREAKING:** Remove `PillowVideoDriver`; use `ArrayVideoDriver` instead.

### Fixed

- Swap the red and blue channels in `ArrayVideoDriver`.
- Immediately reinitialize the video driver when a core calls
`RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO`, as the docs specify.

### Removed

- **BREAKING:** Removed `PillowVideoDriver`; use `ArrayVideoDriver` instead.

## [0.0.1] - 2024-04-22

Expand Down

0 comments on commit 85d91f9

Please sign in to comment.