Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 738 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.0.4] - 2023-04-28

Added

  • proper documentation for all functions and classes
  • create changelog for the project

0.0.3 - 2023-04-24

Changed

  • datetime object now includes timezone information (#3)

Fixed

  • raise TypeError if get_post() is called with non-integer argument (#3)

Fixed

  • get_posts() now returns a list of posts correctly (#2)
  • add missing HTTPException to __all__ (#2)