v0.2.0
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.