Skip to content

v0.2.0

Compare
Choose a tag to compare
@gered gered released this 02 Jul 18:09
· 16 commits to master since this release

Quick changes / fixes:

  • Add a trailing slash to the end of post URLs. I had originally intended this to be there from the beginning, but somehow it got left out. This breaks post URLs from the previous release. But, I'm sure no one was using it.
  • Perform alternate_url redirects using an HTTP 301 instead of Actix's default behaviour which is using an HTTP 308. This is purely to maintain better compatibility with (very) old browsers, which is something that I do actually care about. Yes, really.