Commit 6e56e31d authored by pennae's avatar pennae
Browse files

release-notes: add note about jack2 losing its tools

let's spare anyone else using these the adventure of finding out why
their scripts broke and where the tools went.
parent 9ee9dfac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@

- The `services.ananicy.extraRules` option now has the type of `listOf attrs` instead of `string`.

- JACK tools (`jack_*` except `jack_control`) have moved from the `jack2` package to `jack-example-tools`

- The `matrix-synapse` package & module have undergone some significant internal changes, for most setups no intervention is needed, though:
  - The option [`services.matrix-synapse.package`](#opt-services.matrix-synapse.package) is now read-only. For modifying the package, use an overlay which modifies `matrix-synapse-unwrapped` instead. More on that below.
  - The `enableSystemd` & `enableRedis` arguments have been removed and `matrix-synapse` has been renamed to `matrix-synapse-unwrapped`. Also, several optional dependencies (such as `psycopg2` or `authlib`) have been removed.