Skip to content

Commit

Permalink
Add known issue to 7.7.0 release notes for elastic#66146 (elastic#66693
Browse files Browse the repository at this point in the history
…) (elastic#66889)

* Add known issue for elastic#66146

* fix property name

* Apply suggestions from code review

improve wording

Co-authored-by: gchaps <[email protected]>

Co-authored-by: gchaps <[email protected]>

Co-authored-by: Pierre Gayvallet <[email protected]>
  • Loading branch information
gchaps and pgayvallet authored May 18, 2020
1 parent a0ee6df commit a5f093e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ SIEM::
Management::
* Editing Saved Objects (eg. Dashboards) via the "Inspect" JSON editor in Management corrupts objects {issue}66542[#66542]

Configuration::
* The `server.customResponseHeaders` option prevents {kib} from starting if headers are set using a type other than string.
To fix this, convert your boolean and number headers to strings. For example, use `my-header: "true"` instead of `my-header: true`.
{issue}66146[#66146]

[float]
[[enhancement-7.7.0]]
=== Enhancements
Expand Down

0 comments on commit a5f093e

Please sign in to comment.