Skip to content

Commit 618a42a

Browse files
committed
Renamed section in documentation
1 parent 3cd1b8a commit 618a42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: imgui.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
- tip: you can create widgets without a Begin()/End() block, they will go in an implicit window called "Debug"
137137
- tip: read the ShowTestWindow() code for more example of how to use ImGui!
138138
139-
API CHANGES
140-
===========
139+
API BREAKING CHANGES
140+
====================
141141
142142
- 2014/09/24 (1.12) renamed SetFontScale() to SetWindowFontScale()
143143
- 2014/09/24 (1.12) moved IM_MALLOC/IM_REALLOC/IM_FREE preprocessor defines to IO.MemAllocFn/IO.MemReallocFn/IO.MemFreeFn

0 commit comments

Comments
 (0)