aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst24
1 files changed, 18 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 90b317b..8309a0f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,15 +8,9 @@ Changelog
Added
-----
-- Added ``mmc-utils`` to releng packages. It can be used to configure MMC and eMMC storage devices.
-
Changed
-------
-- Undeprecate ``/${install_dir}/grubenv``. There are use cases that rely on extracting only the ``${install_dir}`` from
- the ISO.
-- Use ``xdg-open`` instead of hardcoding the web browser in the ``Installation_guide`` script.
-
Deprecated
----------
@@ -26,6 +20,24 @@ Fixed
Removed
-------
+[84] - 2025-06-26
+=================
+
+Added
+-----
+
+- Added ``mmc-utils`` to releng packages. It can be used to configure MMC and eMMC storage devices.
+
+Changed
+-------
+
+- Undeprecate ``/${install_dir}/grubenv``. There are use cases that rely on extracting only the ``${install_dir}`` from
+ the ISO.
+- Use ``xdg-open`` instead of hardcoding the web browser in the ``Installation_guide`` script.
+
+Removed
+-------
+
- Removed ``rp-pppoe`` from releng packages. ``ppp`` provides a PPPoE client that is sufficient for most use cases.
[83] - 2025-03-24