Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed May 7, 2021
1 parent cbcd3ce commit 4023aed
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
8 changes: 8 additions & 0 deletions documentation/nt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ alarm_t
**"message"**
Arbitrary string describing the condition being alarmed.

NTEnum
------

Container for a scalar value selection from a list of strings.

.. doxygenstruct:: pvxs::nt::NTEnum
:members:

NTNDArray
---------

Expand Down
19 changes: 18 additions & 1 deletion documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@
Release Notes
=============

0.1.5 (UNRELEASED)
0.1.6 (UNRELEASED)
------------------

0.1.5 (May 2021)
----------------

* Bug Fixes

* Fix several previously unusable template methods of `pvxs::shared_array`
* Fix `pvxs::logger_level_set`

* Changes

* Default logger level changed from Err to Warn.
* Server warns when falling back from requested TCP port.
* Public headers include <iosfwd> instead of <ostream>.

* Additions

* Add `pvxs::nt::NTEnum`

0.1.4 (APR 2021)
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/pvxs/nt.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct NTScalar {

/** An enumerated value (choice from a list of strings)
*
* @since UNRELEASED
* @since 0.1.5
*/
struct NTEnum {
//! A TypeDef which can be appended
Expand Down

0 comments on commit 4023aed

Please sign in to comment.