Skip to content

v0.1.4

Compare
Choose a tag to compare
@thaven thaven released this 13 Mar 09:18
· 3 commits to 0.1 since this release

CHANGELOG:

  • changed dependencies to allow vibe.d 0.8
  • fixed compilation on vibe.d 0.8. This introduces a minor backwards compatibility break: OAuthWebapp.oauthSession parameter req is no longer const. It is very unlikely this change will actually break any code, because the request is always passed as mutable in vibe.d.