File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
- Added ` MSG_WAITALL ` to ` MsgFlags ` in ` sys::socket ` .
9
9
([ #1079 ] ( https://github.com/nix-rust/nix/pull/1079 ) )
10
10
- ` From ` and ` TryFrom ` impls for many enums that correspond to libc constants.
11
+ ([ #1088 ] ( https://github.com/nix-rust/nix/pull/1088 ) )
11
12
12
13
### Changed
13
14
- Support for ` ifaddrs ` now present when building for Android.
@@ -16,7 +17,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
17
### Fixed
17
18
### Removed
18
19
- ` Signal::from_c_int ` . Use ` Signal::try_from ` instead.
20
+ ([ #1088 ] ( https://github.com/nix-rust/nix/pull/1088 ) )
19
21
- ` From<speed_t> ` impl for ` BaudRate ` . Use ` BaudRate::try_from ` instead.
22
+ ([ #1088 ] ( https://github.com/nix-rust/nix/pull/1088 ) )
20
23
21
24
## [ 0.14.1] - 2019-06-06
22
25
### Added
You can’t perform that action at this time.
0 commit comments