Skip to content

v0.7.3 — alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@JadeMatrix JadeMatrix released this 07 Dec 19:47
· 153 commits to master since this release
2286aad

Changes in this version:

  • Incremented version to 0.7.3
  • Added Sphinx docs for show-cpp.readthedocs.io
  • request::content_length was accidentally defined as a non-const reference (as of right now this is a non-issue in v0.8.0)
  • Removed noexcept specifiers as they're not as useful as I originally thought
  • Fixed request::request(connection&) sometimes throwing url_decode_error (#12)
  • Removed unused exception type response_marshall_error
  • Moved the tutorial from the README to the tutorial doc
  • Style: removed some unneeded argument names in function declarations
  • Reworded the first paragraph of the README