Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 5b78985

Browse files
committed
Update CHANGELOG.markdown
1 parent 74506a5 commit 5b78985

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
* Clang is now an officially supported compiler and will also be used for static analysis. Project compiles with Clang 3.4.
2727
* Logging is now explicitly controlled using the bitfields instead of enums. This allows dnp3 specific log levels to be defined without polluting openpal with their definitions.
2828

29-
## Removed ##
30-
* VTO "routers" are now longer provided. 0-length strings of all types (Groups 110-113) are not explicitly not allowed.
31-
* ASIOPAL now explicitly uses std::chrono::steady_clock for timers. There is no longer a typedef.
32-
* Library no longer supports 4-octet qualifier codes. All indices used uint16_t as underlying type.
33-
* Support for "delta" values has been removed. New implementations do not need to support this according to the spec.
34-
3529
## External Features ##
3630

3731
* Ticket 56 - Measurement types can now tell the user if the timestamp is valid or not (bool IsTimeValid() const)
@@ -62,4 +56,8 @@
6256
* Ticket 34 - The transport layer now passes the link layer an "IBufferSegment". This allows an entire APDU to be written to the physical layer if unconfirmed data mode is used.
6357
* Ticket 62 - Fixed a bug where the master scheduler could hang if the the channel was closed while waiting for response to a command.
6458

65-
59+
## Removed ##
60+
* VTO "routers" are now longer provided. 0-length strings of all types (Groups 110-113) are not explicitly not allowed.
61+
* ASIOPAL now explicitly uses std::chrono::steady_clock for timers. There is no longer a typedef.
62+
* Library no longer supports 4-octet qualifier codes. All indices used uint16_t as underlying type.
63+
* Support for "delta" values has been removed. New implementations do not need to support this according to the spec.

0 commit comments

Comments
 (0)