Skip to content

Commit

Permalink
v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Dec 20, 2019
1 parent c5f4646 commit 570f012
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## v1.4.1

* Bug fix
* Remove unneeded `terminate/2` that could crash under some situations.

## v1.4.0

* New Feature
* Add `Circuits.UART.controlling_process/2`. This assigns a new controlling
process Pid to a uart in similar to OTP functions like `:gen_udp.controlling_process/2`. Thanks to Robin Hilliard for adding this.
process Pid to a uart in similar to OTP functions like
`:gen_udp.controlling_process/2`. Thanks to Robin Hilliard for adding this.

## v1.3.2

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 Circuits.UART.MixProject do
use Mix.Project

@version "1.4.0"
@version "1.4.1"

def project do
[
Expand Down

0 comments on commit 570f012

Please sign in to comment.