Skip to content

Commit

Permalink
Update change log for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bradnick committed Nov 30, 2021
1 parent 3125a99 commit a2ddd20
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_ after 2-1.

Unreleased
----------
`5.0`_ - 2021-11-30
-------------------

Changed:

Expand All @@ -21,10 +21,10 @@ Changed:

.. code-block::
- "readoutTime": n.n,
- "frequencyAccuracy": n.n
- "readoutTime": 0.005,
- "frequencyAccuracy": 50.0
You can then set the readout time when you instantiate the runnable block:
You can then set the readout time when you instantiate the runnable block (frequency accuracy is probably fine at the default value of 50.0):

.. code-block:: yaml
Expand Down Expand Up @@ -687,6 +687,7 @@ Added:

- Initial release with hello world and websocket comms

.. _5.0: https://github.com/dls-controls/pymalcolm/compare/4.6...5.0
.. _4.6: https://github.com/dls-controls/pymalcolm/compare/4.5...4.6
.. _4.5: https://github.com/dls-controls/pymalcolm/compare/4.4...4.5
.. _4.4: https://github.com/dls-controls/pymalcolm/compare/4-3-1...4.4
Expand Down

0 comments on commit a2ddd20

Please sign in to comment.