Fixes in the changelog
authorJulien Pivotto <roidelapluie@inuits.eu>
Mon, 10 May 2021 16:30:21 +0000 (18:30 +0200)
committerJulien Pivotto <roidelapluie@inuits.eu>
Mon, 10 May 2021 16:30:21 +0000 (18:30 +0200)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
CHANGELOG.md

index b21225cf3eb95c7c0fa416667c9e0c76966394b8..18e17d66615ea1fa9d1436c2763d219cc8d4effd 100644 (file)
@@ -7,13 +7,13 @@ In the HTTP probe, `no_follow_redirect` has been changed to `follow_redirect`.
 This release accepts both, with a precedence to the `no_follow_redirect` parameter.
 In the next release, `no_follow_redirect` will be removed.
 
-* [CHANGE] HTTP proble: no_follow_redirect has been renamed to follow_redirect.
+* [CHANGE] HTTP probe: no_follow_redirect has been renamed to follow_redirect. #784
 * [FEATURE] Add support for decompression of HTTP responses. #764
-* [FEATURE] Enable TLS and basic authentication. #784
-* [FEATURE] HTTP probe: *experimental* OAuth2 support.
+* [FEATURE] Enable TLS and basic authentication. #730
+* [FEATURE] HTTP probe: *experimental* OAuth2 support. #784
 * [ENHANCEMENT] Add a health endpoint. #752
 * [ENHANCEMENT] Add a metric for unknown probes. #716
 * [ENHANCEMENT] Use preferred protocol first when resolving hostname. #728
 * [ENHANCEMENT] Validating the configuration tries to compile regexes. #729
 * [BUGFIX] HTTP probe: Fix error checking. #723
-* [BUGFIX] HTTP probe: Fix how the tls phase is calculated. #758
+* [BUGFIX] HTTP probe: Fix how the TLS phase is calculated. #758