diff --git a/Jellyfin.Plugin.SmartPlaylist/build.yaml b/Jellyfin.Plugin.SmartPlaylist/build.yaml index 927e3ab..bddf174 100644 --- a/Jellyfin.Plugin.SmartPlaylist/build.yaml +++ b/Jellyfin.Plugin.SmartPlaylist/build.yaml @@ -22,10 +22,10 @@ changelog: | the filter expressions. **Breaking Changes:** - - The lisp interpreter will no only detect strings in double quotes (`"`). + - The lisp interpreter will now only detect strings in double quotes (`"`). - The interpreter will also not allow specifying lists without quoting them. `(1 2 3)` ... used to work but will no longer, replace by either specifying - the list as `(list 1 2 3)` or (quote (1 2 3)). + the list as `(list 1 2 3)` or `(quote (1 2 3))`. ## v0.1.1.0 - Initial Alpha release.