From cc0bbd8983b0e83c5028876219d624439c387e27 Mon Sep 17 00:00:00 2001 From: darksidecat <58224121+darksidecat@users.noreply.github.com> Date: Sun, 26 Jun 2022 13:51:21 +0300 Subject: [PATCH] update changes description Co-authored-by: Oleg A. --- CHANGES/927.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/927.bugfix.rst b/CHANGES/927.bugfix.rst index 4fba5a42..c16ae945 100644 --- a/CHANGES/927.bugfix.rst +++ b/CHANGES/927.bugfix.rst @@ -1 +1 @@ -Fixed the ability to copy the state, now copying the state will return the same state. +Fixed the ability to compare the state, now comparison to copy of the state will return `True`.