From 6c55fef21d421b592e8be1acd61eaa25da2dda80 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Oct 2015 10:53:07 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8840cc522..c794b3ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ FEATURES: - - **IPv6 Private Networks**: Private networking now supports IPv6. This - only works with VirtualBox and VMware at this point. [GH-6342] - **Linked Clones**: VirtualBox and VMware providers now support linked clones for very fast (millisecond) imports on up. [GH-4484] + - **Snapshots**: The `vagrant snapshot` command can be used to checkpoint + and restore point-in-time snapshots. + - **IPv6 Private Networks**: Private networking now supports IPv6. This + only works with VirtualBox and VMware at this point. [GH-6342] IMPROVEMENTS: