Skip to content

Commit e1cdf61

Browse files
committed
Fix link in release notes
1 parent 7d88c11 commit e1cdf61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Version 5.7
44
* Added shared setting [HeaderSubstitution](./request-settings.md#headersubstitution) to control if and how environment variables are injected into header names and/or values.
55
## Version 5.6
6-
* Added support for content type "multipart/form-data". See [Content Types](./userguide.md#content-types).
6+
* Added support for content type "multipart/form-data". See [Content Types](./content-types.md).
77
## Version 5.5
88
* Added configuration setting [`Secret`](./operational-settings.md#secret) which will suppress the display of credentials in the authorization header. This is primarily so that one can demo using authenticated requests without having their credentials displayed in the session.
99
* Added ability for HTTP header names and values to reference environment variables by enclosing the environment variable name in % (e.g. `%MyPassword%`). This provides additional security by reducing the need to store sensitive or variable information inline. This is particularly useful when setting [`Auth`](./request-settings.md#auth).

0 commit comments

Comments
 (0)