heddit-0.1: CHANGELOG.org
#+TITLE: CHANGELOG
* 0.1
+ Add actions for awarding/gilding items and gilding users
+ New module ~Network.Reddit.Types.Award~ exports ~Award~, ~AwardID~, ~Awarding~, and ~AwardingsSummary~ types; ~Trophy~ moved to this module as well
+ Add ~allAwardings~ field to ~Submission~ and ~Comment~
+ Document [[file:./doc/awards.org][a big list of different awards]]
+ Add ~InsufficientCoins~ to ~ErrorMessage~
+ Add ~getCommentByURL~
+ Rename ~JSONError~ to ~POSTError~
+ Remove redundant phantom type parameter from ~ItemOpts~
+ Added several more fields to ~Account~ and ~Subreddit~
+ ~Subredddit~ now supports the special user subreddit; the actions ~getMySubreddit~ and ~getMySubredditSettings~ were added for convenience
* 0.0.3
+ Fixes to cabal release
* 0.0.2
+ Add more documentation and example programs
+ Export ~Paginable~ class from ~Reddit.hs~
+ ~firstPage~ now gets the API limit of items (100)
* 0.0.1
+ Initial release