Skip to content

Commit

Permalink
adds v0.4.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jul 2, 2017
1 parent a34cfba commit 7ed6540
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 0.4.0 (2017-07-01)
### Changed
* Split implementation into multiple crates:
* [`serial-core`](serial-core) contains core abstractions.
* [`serial-unix`](serial-unix) provides Unix implementation.
* [`serial-windows`](serial-windows) provides Windows implementation.
* [`serial`](serial) provides cross-platform interface.
* Renamed `serial::posix` module to `serial::unix`.

### Removed
* Removed implementation of `Default` for `PortSettings`.

### Fixed
* Fixed bugs in the Windows implementation that did not reset parity, binary, or DTR control
settings.

## 0.3.4 (2016-06-01)
### Fixed
* ([#16](https://github.com/dcuddeback/serial-rs/issues/16))
Expand Down

0 comments on commit 7ed6540

Please sign in to comment.