diff --git a/release-notes.html b/release-notes.html index 985845cc8..0c24c36d4 100644 --- a/release-notes.html +++ b/release-notes.html @@ -1,6 +1,12 @@
This section lists the release notes for stable versions of Home Manager and the current unstable version.
This is the current unstable branch and the information in this section is therefore not final.
This release has the following notable changes:
programs.fish.enable
, the setup code
+for home.sessionVariables
is now translated
+with babelfish.
+This should result in significantly faster shell startup times
+but could theoretically break
+if you have very complex bash expressions in a session variable.
+Please report any issues you experience.
The state version in this release includes the changes below.
These changes are only active if the home.stateVersion
option is set to "23.11" or later.
programs.fish.enable
, the setup code
-for home.sessionVariables
is now translated
-with babelfish.
-This should result in significantly faster shell startup times
-but could theoretically break
-if you have very complex bash expressions in a session variable.
-Please report any issues you experience.