doc: add entry in 23.11 release notes

This commit is contained in:
Pol Dellaiera 2023-06-20 15:47:32 +02:00
parent 6cc1b175d3
commit 8a02abacab
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -18,6 +18,8 @@
- [sitespeed-io](https://sitespeed.io), a tool that can generate metrics (timings, diagnostics) for websites. Available as [services.sitespeed-io](#opt-services.sitespeed-io.enable).
- [Apache Guacamole](https://guacamole.apache.org/), a cross-platform, clientless remote desktop gateway. Available as [services.guacamole-server](#opt-services.guacamole-server.enable) and [services.guacamole-client](#opt-services.guacamole-client.enable) services.
## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
- `writeTextFile` now requires `executable` to be boolean, values like `null` or `""` will now fail to evaluate.