Skip to content

Commit

Permalink
Merge pull request #233 from ZLLentz/rel-v2.7.6
Browse files Browse the repository at this point in the history
DOC: update release notes for v2.7.6
  • Loading branch information
ZLLentz authored Oct 23, 2020
2 parents 608277e + ebde6e7 commit 62fd04d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down

0 comments on commit 62fd04d

Please sign in to comment.