From 6052faaa7eba9e4447bc792b913ab434f15354a1 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Thu, 19 May 2022 16:26:18 -0700 Subject: [PATCH] update changelog --- Changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 21e820f..13564ce 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +1.2.2 (2022-05-19) +-------------------- +* Fixed class `WorksContainer` to work with cursor output of works results (e.g., `cr.works(query, cursor="*")`) (#106) thanks @IvanSterligov + 1.2 (2022-03-27) -------------------- * Added class `WorksContainer` to make handling works data easier (#101)