Skip to content

Commit

Permalink
v1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 7, 2018
1 parent 3f94ae7 commit fceb9ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog

## v1.2.1

* Bug fixes
* Added missing ignore parity option to parity checking choices
* Fix compiler warnings when built using newer versions of gcc

## v1.2.0

* Improvements
* Added `id: pid` option. In active mode, this causes the receive
notification messages to contain the pid of the Nerves.UART GenServer that
sends them. Thanks to Tallak Tveide for this improvement.
* Added `find_pids/0` diagnostic utility for finding lost `Nerves.UART` pids.
This is handy when you need to close a serial port and don't know the pid.
* Added `configuration/1` to get the current configuration of a UART.
* Improvements
* Added `id: pid` option. In active mode, this causes the receive
notification messages to contain the pid of the Nerves.UART GenServer that
sends them. Thanks to Tallak Tveide for this improvement.
* Added `find_pids/0` diagnostic utility for finding lost `Nerves.UART` pids.
This is handy when you need to close a serial port and don't know the pid.
* Added `configuration/1` to get the current configuration of a UART.

## v1.1.1

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.UART.MixProject do
use Mix.Project

@version "1.2.0"
@version "1.2.1"

@description "Discover and use UARTs and serial ports in Elixir."

Expand Down

0 comments on commit fceb9ca

Please sign in to comment.