From ae5a1fad849ed5954e91e51b70f9a3cb5d557284 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 3 Jul 2018 00:32:15 -0400 Subject: [PATCH] Changelog entry for Screen::zoom (#1332) --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index de0c03c85..083697b3b 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -55,6 +55,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## API - New functions: - ``Units::isDiplomat(unit)`` +- Exposed ``Screen::zoom()`` to C++ (was Lua-only) ## Lua - ``gui.widgets``: ``List:setChoices`` clones ``choices`` for internal table changes