File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,30 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
7
7
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
8
8
9
- Unreleased _
9
+ 4.0.1 _ - 2022-02-14
10
10
-----------
11
11
12
- Changed :
12
+ Removed :
13
13
14
14
- `Remove python2 support <../../pull/64 >`_
15
+
16
+ Changed:
17
+
15
18
- `Default DISP to TRUE for all In records <../../pull/74 >`_
16
19
- `Overhaul record value setting/getting <../../pull/60 >`_
17
20
18
21
Added:
22
+
19
23
- New longStringIn/longStringOut record types
20
24
25
+ Fixed:
26
+
27
+ - `Zero length waveforms now warn of invalid length <../../pull/55 >`_
28
+ - `Out records without explicit initial value are now correctly validated <../../pull/43 >`_
29
+ - `stringOut record values can now be correctly set in all cases <../../pull/40 >`_
30
+ - `Waveforms will correctly use NELM keyword during initialization <../../pull/37 >`_
31
+
32
+
21
33
3.2.1 _ - 2021-11-25
22
34
-------------------
23
35
You can’t perform that action at this time.
0 commit comments