From 95497ff682c6c16b3d470dd6d6752eb54a3ecd50 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Wed, 3 May 2017 08:19:20 +0200 Subject: [PATCH] Update changelog to add PR 635 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 3b90772a..bc6f2f98 100644 --- a/changelog.md +++ b/changelog.md @@ -68,3 +68,7 @@ let (r, g, b, a) = color.rgba(); * **VideoSystem::display_name** now returns a `Result` instead of a `String`. * This prevents a segfault when the requested display index is out of bounds + +[PR #635](https://github.com/AngryLawyer/rust-sdl2/pull/635) + +* **Depprecated `Rect::contains`**, added `Rect::contains_point` and `Rect::contains_rect`. **`contains` and `contains_point` are close but different ! See [here](https://github.com/AngryLawyer/rust-sdl2/issues/569)**