diff --git a/HISTORY.md b/HISTORY.md index 94e80f99..73d98af9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -16,7 +16,7 @@ - [MQTT Doc](https://github.com/TD22057/insteon-mqtt/blob/master/docs/mqtt.md) - note the new set_flags options for IOLinc and the IOLinc section - - A new queueing system for battery devices ([PR240][P240]): +- A new queueing system for battery devices ([PR240][P240]): - Messages sent to the device will be queued until the device is awake - When the device sends a message, the modem will attempt to immediately send the oldest outgoing message. This only works for some devices. @@ -26,6 +26,10 @@ ### Fixes +- Database delta is updated on database writes. This eliminates a number of + unnecessary refresh requirements, particularly around pairing. + ([PR 248][P248]) + ## [0.7.3] Fixing a number of small bugs in preparation for upcoming releases which @@ -429,3 +433,4 @@ will add new features. [P237]: https://github.com/TD22057/insteon-mqtt/pull/227 [P197]: https://github.com/TD22057/insteon-mqtt/pull/197 [P240]: https://github.com/TD22057/insteon-mqtt/pull/240 +[P248]: https://github.com/TD22057/insteon-mqtt/pull/248