Skip to content

Commit 30f5e0d

Browse files
committed
Changelog for 3.2
1 parent 1a2fb2b commit 30f5e0d

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,45 @@ Unreleased_
1111

1212
Nothing yet
1313

14+
3.2_ - 2021-08-20
15+
-----------------
16+
17+
Changed:
18+
19+
- Repository changed from pythonIoc to pythonSoftIOC
20+
21+
Added:
22+
23+
- `Allow waveform.set() to be called before iocInit <../../pull/22>`_
24+
- `Allow AsyncioDispatcher to take existing event loop <../../pull/28>`_
25+
1426

1527
3.1_ - 2021-07-07
1628
-----------------
1729

1830
Added:
1931

20-
- PVA support to the IOC #17
32+
- `PVA support to the IOC <../../pull/17>`_
2133

2234

2335
3.0_ - 2021-07-05
2436
-----------------
2537

2638
Added:
2739

28-
- More documentation #14
40+
- `More documentation <../../pull/14>`_
2941

3042
Fixed:
3143

32-
- Mbbi/o specifying alarm values bug introduced in 3.0b2 #15
44+
- `Mbbi/o specifying alarm values bug introduced in 3.0b2 <../../pull/15>`_
3345

3446

3547
3.0b2_ - 2021-06-28
3648
-------------------
3749

3850
Changed:
3951

40-
- Restructured the docs #9 #10
52+
- `Restructured the docs <../../pull/10>`_
4153

4254
Removed:
4355

@@ -47,7 +59,7 @@ Removed:
4759
3.0b1_ - 2021-06-28
4860
-------------------
4961

50-
Port to being a Python package #5
62+
`Port to being a Python package <../../pull/5>`_
5163

5264
Changed:
5365

@@ -67,7 +79,8 @@ Added:
6779
Last release as an EPICS module rather than a Python package
6880

6981

70-
.. _Unreleased: https://github.com/dls-controls/pythonIoc/compare/3.1...HEAD
82+
.. _Unreleased: https://github.com/dls-controls/pythonIoc/compare/3.2...HEAD
83+
.. _3.2: https://github.com/dls-controls/pythonIoc/compare/3.1...3.2
7184
.. _3.1: https://github.com/dls-controls/pythonIoc/compare/3.0...3.1
7285
.. _3.0: https://github.com/dls-controls/pythonIoc/compare/3.0b2...3.0
7386
.. _3.0b2: https://github.com/dls-controls/pythonIoc/compare/3.0b1...3.0b2

0 commit comments

Comments
 (0)