From f3896d1c49e8b3bcdab0237bc7d21845daf4812b Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holgernahrstaedt@gmx.de>
Date: Sat, 20 Mar 2021 00:27:48 +0100
Subject: [PATCH] Update changelog

---
 CHANGELOG.rst              | 3 ++-
 tests/beem/test_comment.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8f14bfde..4bf55759 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,7 +3,8 @@ Changelog
 0.24.22
 -------
 * Fix to parameter in transfer_to_vesting
-* Allow hybrid operation in operations (pre / post HF 24 operation are supported)
+* Improve hybrid operation in operations (pre / post HF 24 operation are supported)
+* UpdateProposalExtensions has been added to Update_proposal as preperation for the next HF (thanks to @drov0)
 
 0.24.21
 -------
diff --git a/tests/beem/test_comment.py b/tests/beem/test_comment.py
index b6b892bc..ab4222bb 100644
--- a/tests/beem/test_comment.py
+++ b/tests/beem/test_comment.py
@@ -28,7 +28,7 @@ class Testcases(unittest.TestCase):
         )
 
         acc = Account("fullnodeupdate", blockchain_instance=cls.bts)
-        comment = Comment(acc.get_blog_entries(limit=5)[0], blockchain_instance=cls.bts)
+        comment = Comment(acc.get_blog_entries(limit=5)[1], blockchain_instance=cls.bts)
         cls.authorperm = comment.authorperm
         [author, permlink] = resolve_authorperm(cls.authorperm)
         cls.author = author
-- 
GitLab