From cdcf3743414b22a9617e897fd492f34d51078b6e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 11 Mar 2016 13:07:23 -0800 Subject: [PATCH] changes.md: Update changelog notes --- CHANGES.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9ae14a84..590ca0f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,19 @@ ## Latest -* Remove HTTP `/spec/id` JSON endpoint +* Add initial gRPC client and server packages +* Add initial Grub net boot support and an example * Add detached OpenPGP signature endpoints (`.sig`) +#### Changes + +* Remove HTTP `/spec/id` JSON endpoint +* Require `metadata` values in the YAML config to be strings, lists of strings, or nested maps of strings. Ignore and log other values. + +#### New Examples + +* Examples which PXE boot with or without a root partition + ## v0.2.0 (2016-02-09) #### Features