diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8f14bfde1e204eb5019aa05ead4500a9d6513628..4bf55759b5787e7c34ebe1cd9a4407ca93d4072e 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 b6b892bc4a8f000bc9d82fcab9ade4443d682c07..ab4222bb019b243283150461f08754ed4ad52ae4 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