update changelog (#128)

This commit is contained in:
Victor Vrantchan
2017-03-27 19:34:23 -04:00
committed by GitHub
parent 7418de0991
commit 5d6cd24954

View File

@@ -1,7 +1,13 @@
# v1.0.1 TBD
* Add `mdmctl` binary for interacting with the server over API. #127
* Save DEP cursor for use after restart. #109
* Add `-examples` flag to micromdm serve. #119
* Add HTTP logger (with apache format) for all endpoints. #85
* Serve a basic homepage at `/`. #113
* Decrypt armored private keys if the `-apns-password` flag is specified by the user. #105
* Improved command queue handling of NotNow and other responses. #96
* Fixed bug that allowed for duplicate device records on re-enrollment. #125
* Fixed data race in pubsub package. #97
* Fixed bug that would cause PushInfo Token for the device to be replaced by one for the user. #90