From a8c7876b2e8f9efd837e106a8d16aba50f829abe Mon Sep 17 00:00:00 2001 From: Tiago Nobrega Date: Wed, 11 Sep 2024 19:52:27 -0300 Subject: [PATCH] docs: add changelog for 4.2.0 (#457) * docs: add changelog for 4.2.0 * docs: review changelog 4.2.0 * Update docs/reference/changelog.rst Co-authored-by: Michael DuBelko * move command entry to subheader --------- Co-authored-by: Michael DuBelko --- docs/reference/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index 2b5be99d..a7267d9e 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -2,6 +2,24 @@ Changelog ********* +4.2.0 (2024-Sep-12) +------------------- + +Application +=========== + +- Add a configuration service to unify handling of command line arguments, + environment variables, snap configurations, and so on. +- Use the standard library to retrieve the host's proxies. + +Commands +======== + +- Properly support ``--shell``, ``--shell-after`` and ``--debug`` on the + ``pack`` command. + +For a complete list of commits, check out the `4.2.0`_ release on GitHub. + 4.1.2 (2024-Sep-05) ------------------- @@ -225,3 +243,4 @@ For a complete list of commits, check out the `2.7.0`_ release on GitHub. .. _4.1.0: https://github.com/canonical/craft-application/releases/tag/4.1.0 .. _4.1.1: https://github.com/canonical/craft-application/releases/tag/4.1.1 .. _4.1.2: https://github.com/canonical/craft-application/releases/tag/4.1.2 +.. _4.2.0: https://github.com/canonical/craft-application/releases/tag/4.2.0