diff --git a/changelog.md b/changelog.md index d53d2ea7..3b90772a 100644 --- a/changelog.md +++ b/changelog.md @@ -63,3 +63,8 @@ let color = Color::RGB(255, 0, 0); let (r, g, b) = color.rgb(); let (r, g, b, a) = color.rgba(); ``` + +[PR #651](https://github.com/AngryLawyer/rust-sdl2/pull/629) + +* **VideoSystem::display_name** now returns a `Result` instead of a `String`. +* This prevents a segfault when the requested display index is out of bounds