From 0d0a65dc87ca5a38dc387b1bf22bfa4397d8f3f0 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 1 Apr 2018 17:46:02 -0700 Subject: [PATCH] CHANGELOG removal of MAC address from uvars file Part of #1912 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7c11d61..2e7262781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ This section is for changes merged to the `major` branch that are not also merge - The machine hostname, where available, is now exposed as `$hostname` which is now a reserved variable. This drops the dependency on the `hostname` executable (#4422). - `functions --handlers` can be used to show event handlers (#4694). - Variables set in `if` and `while` conditions are available outside the block (#4820). +- The universal variables file no longer contains the MAC address. It is now at the fixed location `.config/fish/fish_universal_variables`. ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).