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

Commit

Permalink
Update CHANGELOG.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed Mar 30, 2014
1 parent 74506a5 commit 5b78985
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
* Clang is now an officially supported compiler and will also be used for static analysis. Project compiles with Clang 3.4.
* 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.

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

## External Features ##

* Ticket 56 - Measurement types can now tell the user if the timestamp is valid or not (bool IsTimeValid() const)
Expand Down Expand Up @@ -62,4 +56,8 @@
* 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.
* Ticket 62 - Fixed a bug where the master scheduler could hang if the the channel was closed while waiting for response to a command.


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

0 comments on commit 5b78985

Please sign in to comment.