changes.md: Update changelog notes

This commit is contained in:
Dalton Hubble
2016-03-11 13:07:23 -08:00
parent 76a703c7a4
commit cdcf374341

View File

@@ -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