2024.10: Process review comments

This commit is contained in:
Franck Nijhof 2024-10-02 19:09:10 +02:00
parent bf5fe70cb3
commit a8ea0a1c02
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 4 deletions

View File

@ -134,10 +134,9 @@ GEM
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass (3.4.25)
sass-embedded (1.79.4-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.4-x86_64-linux-gnu)
sass-embedded (1.79.4)
google-protobuf (~> 4.27)
rake (>= 13)
sass-globbing (1.1.5)
sass (>= 3.1)
sassc (2.1.0)

View File

@ -133,7 +133,7 @@ definitions, and `actions` with multiple `action` definitions.
Here is a small example of an automation highlighting these changes.
<p class="img">
<img src="/images/blog/2024-10/YAML-automation-syntax-changes.png" alt="Screenshots; left showing the old automation YAML style, on the right shows the new style. The differences between them have been highlighted.">
<img src="/images/blog/2024-10/YAML-automation-syntax-changes.png" alt="Screenshots; left showing the old automation YAML style, right showing the new style. The differences between them have been highlighted.">
The 2024.9 release on the left and this 2024.10 release on the right.
</p>