Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 258cdc7

Browse files
committed
Update CHANGELOG.rst
1 parent 62f512c commit 258cdc7

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,46 @@ All notable changes to the python-openflow project are documented in this file.
66
[UNRELEASED] - Under development
77
********************************
88

9-
[2019.2b1] - "" beta1 - 2019-08-30
9+
Added
10+
=====
11+
12+
Changed
13+
=======
14+
15+
Removed
16+
=======
17+
18+
Fixed
19+
=====
20+
21+
Security
22+
========
23+
24+
25+
[2019.2b1] - "gil" beta1 - 2019-08-30
1026
**************************************
1127

1228
Added
1329
=====
14-
- Now, is possible to unpack a body with arbitrary length
15-
- Added a body to ActionExperimenter
16-
- Added of 1.3 raw dump instructions to README
17-
- Added some raw tests to openflow 1.0
18-
- Added some raw files and tests to openflow 1.3
30+
- [v0x04] Added support for ActionExperimenter's body (thanks, @dgarc330!)
31+
- [v0x01 | v0x04] Added some raw test files to OpenFlow 1.0 and 1.3
32+
- [v0x04] Added unit tests to OpenFlow 1.3: FlowRemoved, PacketIn, PortStatus,
33+
FeaturesRequest and FeaturesReply.
1934

2035
Changed
2136
=======
22-
- Set pytest as the default unit test tool
23-
- Enabled Scrutinizer coverage stats
37+
- [v0x04] Improved OpenFlow 1.3 raw dump instructions in README
38+
- Set pytest as the default unit test framework
2439

2540
Removed
2641
=======
27-
- Remove kytos docs mapping when build tests
42+
- Removed dependency from online Kytos docs when running tests
2843

2944
Fixed
3045
=====
31-
- Fixed some linter issues
32-
- Fixed tab in the wrong place that break newer versions of `make`
46+
- [v0x04] Fixed OpenFlow 1.3 PacketOut validation before `pack()`
47+
- Fixed dependencies for developer-mode install
48+
3349

3450
[2019.1] - "fafa" stable version - 2019-07-12
3551
*********************************************

0 commit comments

Comments
 (0)