flask-restful v0.3.4 Release Notes

Release Date: 2015-07-20 // almost 9 years ago
  • ๐Ÿš€ Released July 20, 2015

    • ๐Ÿ›  Fixed issue where abort() and raise Exception were not equivalent (#205)
    • ๐Ÿ›  Fixed RequestParser settings not being copied properly (#483)
    • โž• Add ability to configure json serializer settings from application config (#458)
    • ๐Ÿ“‡ Project metadata, tests, and examples are now included in source distributions (#475)
    • ๐Ÿ“š Various documentation improvements