diff --git a/README.md b/README.md index 58a6f51..4894391 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,9 @@ Here are some features we're planning to add in the future: the `ExpandingLinkToPageBlock` and not the linked page itself. - Add the `UniqueIdProperty` class to represent database properties of the "unique_id" type - Add the `UniqueIdPropertyValue` class to represent page property values of the "unique_id" type +- Modify the `APIErrorCode` class so that the `in` keyword can be used on it and to have two new + attributes that store error codes where the HTTP request should be retried and where the HTTP + request should not be retried. ### v0.10.2 - Have the `ConnectionThrottled` exception inherit the `HTTPResponseError` exception and update tests