From 8dad413c9e1eb4bc9e698fb0bd6e8ed98cc24149 Mon Sep 17 00:00:00 2001 From: Vishal Date: Wed, 22 Jun 2022 00:01:11 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b340f72..5ca5ca0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -301,7 +301,7 @@ - Renamed 'exceptionOnNone' arg to 'doraise' in various calls. - bs.emitBGDynamics() is now ba.emitfx() - bs.shakeCamera() is now ba.camerashake() -- Various other minor name changes (bs.getUIBounds() -> ba.app.uibounds, etc.). I'm keeping old and new Python API docs around for now, so you can compare as needed. +- Various other minor name changes (bs.getUIBounds() -> ba.app.ui_bounds, etc.). I'm keeping old and new Python API docs around for now, so you can compare as needed. - Renamed bot classes based on their actions instead of their appearances (ie: PirateBot -> ExplodeyBot) - bs.getSharedObject() is now ba.stdobj() - Removed bs.uni(), bs.utf8(), `bs.uni_to_ints()`, and `bs.uni_from_ints()` which are no longer needed due to Python 3's better string handling.