Update changelog

This commit is contained in:
Preetha Appan 2019-05-06 15:44:04 -05:00
parent 1538913a2a
commit 23b654a45a
No known key found for this signature in database
GPG key ID: 9F7C19990A50EAFC

View file

@ -12,6 +12,7 @@ IMPROVEMENTS:
* core: Add `-verbose` flag to `nomad status` wrapper command [[GH-5516](https://github.com/hashicorp/nomad/pull/5516)]
* core: Reduce the size of the raft transaction for plans by only sending fields updated by the plan applier [[GH-5602](https://github.com/hashicorp/nomad/pull/5602)]
* api: Add preemption related fields to API results that return an allocation list. [[GH-5580](https://github.com/hashicorp/nomad/pull/5580)]
* api: Add additional config options to scheduler configuration endpoint to disable preemption [[GH-5628](https://github.com/hashicorp/nomad/issues/5628)]
BUG FIXES: