From fa2b4e29d0d1178b5fcfcfc3a0e6cdf1b4c60f26 Mon Sep 17 00:00:00 2001 From: PokestarFan <13932583+PokestarFan@users.noreply.github.com> Date: Thu, 26 Dec 2019 23:12:32 -0500 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index caf214d547..48666f31a1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,6 +36,11 @@ Unreleased * The file for ModActions (praw/models/modaction.py) has been moved to praw/models/mod_action.py and the previous has been Deprecated. +**Expected Changes** + +* The behavior of :class:`.APIException` will no longer unicode-escape strings + in the next minor release + 6.4.0 (2019/09/21) ------------------