From f8610418f4c8c3ce55df16a42748373601b2ee60 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 28 Aug 2013 16:26:59 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5666e8b3..21bd5ea14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ IMPROVEMENTS: shown if available. [GH-1986] - commands/status: cosmetic improvement to better align names and statuses [GH-2016] + - guests/openbsd: support configuring networks, changing host name, + and mounting NFS. [GH-2086] - guests/suse: Supports private/public networks. [GH-1689] - hosts/fedora: Support RHEL as a host. [GH-2088] - provisioners/ansible: Ansible `inventory_path` can be a directory now. [GH-2035]