Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 28, 2017
1 parent 0377532 commit 80bc9bd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2.1.0 (2017-05-28)

* [#130](https://github.com/socketry/nio4r/pull/130)
Add -fno-strict-aliasing flag when compiling C ext.
([@junaruga])

* [#146](https://github.com/socketry/nio4r/pull/146)
Use non-blocking select when a timeout of 0 is given.
([@tarcieri])

* [#147](https://github.com/socketry/nio4r/pull/147)
Update to libev 4.24.
([@tarcieri])

* [#148](https://github.com/socketry/nio4r/pull/148)
Switch to the libev 4 API internally.
([@tarcieri])

## 2.0.0 (2016-12-28)

* [#53](https://github.com/socketry/nio4r/pull/53)
Expand Down Expand Up @@ -144,3 +162,4 @@
[@tarcieri]: https://github.com/tarcieri
[@johnnyt]: https://github.com/johnnyt
[@UpeksheJay]: https://github.com/UpeksheJay
[@junaruga]: https://github.com/junaruga
2 changes: 1 addition & 1 deletion lib/nio/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NIO
VERSION = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit 80bc9bd

Please sign in to comment.