blob: 6a2cf9115bbf48c9872b63d8529b763c8733d4d3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 | CHANGELOG
=========
v0.2.1 (2020-07-18):
	Fixes:
	* Get URI path from `REQUEST_URI` instead of `SCRIPT_NAME`, fixing route
	  matchers when using a redirect to the FastCGI program.
	* Remove unnecessary HTTP status names from "Status" header.
v0.2.0 (2020-07-16):
	Additions:
	* Add `FastCgiRequest::path_mut()` method from `conduit::RequestExt`.
v0.1.1 (2020-07-16):
	Fixes:
	* Use the correct status code header to fix 500 error on Apache with
	  mod_fastcgi.
v0.1.0 (2020-07-04):
	First public release.
 vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
 |