Include change on loadavg beacon in release notes

This commit is contained in:
Mike Place 2016-02-11 09:42:45 -07:00
parent ff31b8f82a
commit e76e472978

View File

@ -17,3 +17,6 @@ Grains Changes
.. code-block:: jinja
{% set on_vmware = grains['virtual'].lower() == 'vmware' %}
- The ``loadavg`` beacon now outputs averages as integers instead of strings.
(Via :issuse:`31124`.)