From ebde6e7f64ff04c4bfd5c14e8ed80105719d11f2 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Fri, 23 Oct 2020 15:33:42 -0700 Subject: [PATCH] DOC: update release notes for v2.7.6 --- docs/release_notes.rst | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 944e8cbc..b45937e6 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -2,9 +2,30 @@ Release History ================= -v2.7.5 (2020-08-31) + +v2.7.6 (2020-10-23) =================== +Fixes +----- +* Added handling for case where pragma is None +* Lower array archive threshold to arrays with fewer than 1000 elements + to prevent our high-rate encoder and power meter readbacks. This is a good + threshold because it represents 1000Hz data with a 1Hz polling rate, a + very typical parameter. +* Default APST and MPST fields to "On Change" for waveform PVs. These are + special waveform fields that tell monitors and the archiver when to take an + update, and previously they were set to "Always", causing influxes of data + from static char waveform strings. + +Maintenance +----------- +* Split dev/docs requirements +* Fix jinja naming + + +v2.7.5 (2020-08-31) +=================== Fixes -----