Skip to content

Commit

Permalink
Merge pull request #32 from praw-dev/subreddits_gold
Browse files Browse the repository at this point in the history
Add changelog entry for Subreddits.gold -> Subreddits.premium rename
  • Loading branch information
LilSpazJoekp committed Jan 19, 2021
2 parents b4cd7c8 + 42a0fc3 commit e9e3a9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,7 @@ Unreleased

**Added**

* Add method :meth:`~.Subreddits.premium` to reflect the naming change in Reddit's API.
* Ability to submit image galleries with :meth:`.submit_gallery`.
* Ability to pass a gallery url to :meth:`.Reddit.submission`.
* Ability to specify modmail mute duration.
Expand All @@ -19,6 +20,10 @@ Unreleased
* :class:`~.BoundedSet` will now utilize a Last-Recently-Used (LRU) storing mechanism,
which will change the order in which elements are removed from the set.

**Deprecated**

* :meth:`~.Subreddits.gold` is superseded by :meth:`~.Subreddits.premium`.

**Fixed**

* A bug where if you call `.parent()` on a comment it clears its replies.
Expand Down

0 comments on commit e9e3a9e

Please sign in to comment.