Skip to content

Commit

Permalink
Add changelog for recent yaml 1.2 change
Browse files Browse the repository at this point in the history
Fixes: #6510
  • Loading branch information
rhafer authored and fschade committed Jul 10, 2023
1 parent dc04f9a commit 54389d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog/unreleased/config-yaml-1-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Change: YAML configuration files are restricted to yaml-1.2

For parsing YAML based configuration files we utilize the gookit/config module.
That module has dropped support for older variants of the YAML format. It now
only supports the YAML 1.2 syntax.
If you're using yaml configuration files, please make sure to update your files
accordingly. The most significant change likely is that only the string `true`
and `false` (including `TRUE`,`True`, `FALSE` and `False`) are now parsed as
booleans. `Yes`, `On` and other values are not longer considered valid values
for booleans.

https://github.com/owncloud/ocis/issues/6510
https://github.com/owncloud/ocis/pull/6493

0 comments on commit 54389d7

Please sign in to comment.