Skip to content

Commit aa0de0c

Browse files
committed
Add changelog PR link
1 parent 3eeba98 commit aa0de0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
- Added `MSG_WAITALL` to `MsgFlags` in `sys::socket`.
99
([#1079](https://github.com/nix-rust/nix/pull/1079))
1010
- `From` and `TryFrom` impls for many enums that correspond to libc constants.
11+
([#1088](https://github.com/nix-rust/nix/pull/1088))
1112

1213
### Changed
1314
- Support for `ifaddrs` now present when building for Android.
@@ -16,7 +17,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1617
### Fixed
1718
### Removed
1819
- `Signal::from_c_int`. Use `Signal::try_from` instead.
20+
([#1088](https://github.com/nix-rust/nix/pull/1088))
1921
- `From<speed_t>` impl for `BaudRate`. Use `BaudRate::try_from` instead.
22+
([#1088](https://github.com/nix-rust/nix/pull/1088))
2023

2124
## [0.14.1] - 2019-06-06
2225
### Added

0 commit comments

Comments
 (0)