You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,6 @@
26
26
* Clang is now an officially supported compiler and will also be used for static analysis. Project compiles with Clang 3.4.
27
27
* 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.
28
28
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
-
35
29
## External Features ##
36
30
37
31
* Ticket 56 - Measurement types can now tell the user if the timestamp is valid or not (bool IsTimeValid() const)
@@ -62,4 +56,8 @@
62
56
* 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.
63
57
* Ticket 62 - Fixed a bug where the master scheduler could hang if the the channel was closed while waiting for response to a command.
64
58
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