From f5a3d29bbcedd8c34348792a627734b6d51d7046 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 9 May 2016 12:34:04 +0300 Subject: [PATCH] Note Exception change in CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 03a0858..7f78609 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed * ```Renderer::GetClipRect``` now returns ```Optional``` instead of (possibly empty) ```Rect``` * Fixed SDL 2.0.4 specific ```AudioDevice``` methods: ```AudioDevice::QueueAudio()```, ```AudioDevice::GetQueuedAudioSize()``` +* ```Exception``` is now derived from ```std::runtime_error``` ### Removed * Deprecated ```Renderer::GetInfo()``` variant which takes pointer (use variant which takes reference)