From 5afc787a40287e9bc1f70293ce43f55387393004 Mon Sep 17 00:00:00 2001 From: Mindy Preston Date: Thu, 19 Jan 2017 17:52:09 -0600 Subject: [PATCH] nudge CHANGES into topkg-compatible format --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c05e961..7b1d32b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ 2.3.0 (unreleased): +---- + * Support MirageOS 3; drop support for earlier versions * `listen` no longer restarts itself when canceled (#36, from @yomimono) * Remove misleading error message referencing OSX (#31, from @hannesm) @@ -7,6 +9,8 @@ * `disconnect` no longer causes a crash on invocation (#26, by @yomimono) 2.2.3 (17-May-2016): +---- + * Generate a random MAC address for the interface on each run. (#24, from @yomimono) * Remove unused id type (#21, from @talex5)