From 0d5b80204f46f8a190085cd7d18a35410010f4cf Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 18 Nov 2022 15:35:08 -0600 Subject: [PATCH] `Internals` not `Internal` --- docs/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 83aca94e8..8c5e4c98a 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -111,7 +111,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: - ``gui.Screen.show()`` now returns ``self`` as a convenience - ``gui.View.getMousePos()`` now takes an optional ``ViewRect`` parameter in case the caller wants to get the mouse pos relative to a rect that is not the frame_body (such as the frame_rect) -## Internal +## Internals - MSVC warning level upped to /W3, and /WX added to make warnings cause compilations to fail. # 0.47.05-r7