Skip to content

Commit d14dbb5

Browse files
authored
docs(changelog): add 8.5.1 changelog (#5182)
Signed-off-by: Callahan Kovacs <[email protected]>
1 parent f97d032 commit d14dbb5

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/reference/changelog.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,23 @@ Changelog
7070

7171
For a complete list of commits, check out the `X.Y.Z`_ release on GitHub.
7272

73-
8.5.1 (YYYY-MMM-DD)
73+
8.5.1 (2024-Dec-17)
7474
-------------------
7575

7676
Core
7777
====
7878

79-
* Improve snapcraft.yaml validation to fail sooner with a better message
80-
when given invalid values for ``command``, ``stop-command``,
81-
``post-stop-command``, ``reload-command``, and ``bus-name``.
79+
* Improve validation of ``app`` commands in a ``snapcraft.yaml`` file.
80+
This includes ``command``, ``stop-command``, ``post-stop-command``,
81+
``reload-command``, and ``bus-name`` (`#4999`_).
82+
83+
Command line
84+
============
85+
8286
* Fix crash in command line help when positional arguments exist with
83-
no associated help.
87+
no associated help (`#5169`_).
88+
89+
For a complete list of commits, check out the `8.5.1`_ release on GitHub.
8490

8591
8.5.0 (2024-Nov-19)
8692
-------------------
@@ -1443,11 +1449,13 @@ For a complete list of commits, check out the `8.0.0`_ release on GitHub.
14431449
.. _#4963: https://github.com/canonical/snapcraft/issues/4963
14441450
.. _#4990: https://github.com/canonical/snapcraft/issues/4990
14451451
.. _#4995: https://github.com/canonical/snapcraft/issues/4995
1452+
.. _#4999: https://github.com/canonical/snapcraft/issues/4999
14461453
.. _#5008: https://github.com/canonical/snapcraft/issues/5008
14471454
.. _#5048: https://github.com/canonical/snapcraft/issues/5048
14481455
.. _#5077: https://github.com/canonical/snapcraft/issues/5077
14491456
.. _#5079: https://github.com/canonical/snapcraft/issues/5079
14501457
.. _#5089: https://github.com/canonical/snapcraft/issues/5089
1458+
.. _#5169: https://github.com/canonical/snapcraft/issues/5169
14511459

14521460
.. _7.5.6: https://github.com/canonical/snapcraft/releases/tag/7.5.6
14531461
.. _7.5.7: https://github.com/canonical/snapcraft/releases/tag/7.5.7
@@ -1483,3 +1491,4 @@ For a complete list of commits, check out the `8.0.0`_ release on GitHub.
14831491
.. _8.4.3: https://github.com/canonical/snapcraft/releases/tag/8.4.3
14841492
.. _8.4.4: https://github.com/canonical/snapcraft/releases/tag/8.4.4
14851493
.. _8.5.0: https://github.com/canonical/snapcraft/releases/tag/8.5.0
1494+
.. _8.5.1: https://github.com/canonical/snapcraft/releases/tag/8.5.1

0 commit comments

Comments
 (0)