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

Commit 2122823

Browse files
author
Diego Rabatone Oliveira
committed
Updating changelog
1 parent eeac956 commit 2122823

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,29 @@ Security
2828
Added
2929
=====
3030
- Better debugging: attribute name in PackException message.
31+
- EtherType Enum.
32+
- [v0x04] get_field method on Match class.
33+
- [v0x04] in_port property on PacketIn class.
34+
- [v0x04] instructions field in FlowStats.
35+
- Attribute name to PackException
36+
37+
Changed
38+
=======
39+
- Using EtherType enum items instead of hardcoded values.
40+
- Default values for many v0x04 classes.
41+
- Default values for many v0x01 classes.
42+
- IPAddress class: Added netmask optional attribute on init.
3143

3244
Fixed
3345
=====
34-
- [v0x04] Implemented ErrorMessage unpack.
46+
- Performance issues related to deepcopy operations.
47+
- Unpacking performance issues.
48+
- [v0x04] Multipart message name.
49+
- [v0x04] ErrorMessage unpack.
50+
- [v0x04] ActionSetField.
51+
- [v0x04] MultipartReply unpack.
52+
- [v0x04] FlowStats unpack.
53+
- [v0x04] get_size method of Actions.
3554
- Several bug fixes.
3655

3756
[2017.2b1] - "chico" beta1 - 2017-09-19

0 commit comments

Comments
 (0)