From d4b04034d5c595b838655de991fed2b340eb80f6 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 13 Oct 2020 16:48:28 +0100 Subject: [PATCH] Fix HISTORY links to use correct repo Some copypasta had them using the ios repo, rather than Python. I was confused for a little bit trying to understand why there was so much C in the python sdk. --- HISTORY.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4cf5eb287..d1dfc0d0a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,14 +8,14 @@ Release History **New Features and Enhancements:** -- Add support for `copyInstanceOnItemCopy` field for metadata templates (`#546 `_) -- Allow creating tasks with the `action` and `completion_rule` parameters (`#544 `_) -- Add zip functionality (`#539 `_) +- Add support for `copyInstanceOnItemCopy` field for metadata templates (`#546 `_) +- Allow creating tasks with the `action` and `completion_rule` parameters (`#544 `_) +- Add zip functionality (`#539 `_) **Bug Fixes:** -- Fix bug with updating a collaboration role to owner (`#536 `_) -- Allow ints to be passed in as item IDs (`#530 `_) +- Fix bug with updating a collaboration role to owner (`#536 `_) +- Allow ints to be passed in as item IDs (`#530 `_) 2.9.0 (2020-06-23) ++++++++