From 618a42acf81d3bb026458a21592d676c009db193 Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 24 Sep 2014 19:35:34 +0100 Subject: [PATCH] Renamed section in documentation --- imgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui.cpp b/imgui.cpp index 56e49145..16ce19ae 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -136,8 +136,8 @@ - tip: you can create widgets without a Begin()/End() block, they will go in an implicit window called "Debug" - tip: read the ShowTestWindow() code for more example of how to use ImGui! - API CHANGES - =========== + API BREAKING CHANGES + ==================== - 2014/09/24 (1.12) renamed SetFontScale() to SetWindowFontScale() - 2014/09/24 (1.12) moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn