summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-02-11 17:10:36 -0800
committerBryant Mairs <bryantmairs@google.com>2018-02-11 17:10:36 -0800
commit90d185caad975ae5ba2dda517122982f0972d21a (patch)
treec3cd23218fe17a64b8e1faf97a15ec69ef732aa6
parent0a128f04b8ad64069a909bfb7184428021f2c082 (diff)
downloadnix-90d185caad975ae5ba2dda517122982f0972d21a.zip
[skip ci] Fix markdown in the CHANGELOG
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e434e5c4..b65e32c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.10.0] 2018-01-26
### Added
-- Added specialized wrapper: `sys::ptrace::step`
+- Added specialized wrapper: `sys::ptrace::step`
([#852](https://github.com/nix-rust/nix/pull/852))
- Added `AioCb::from_ptr` and `AioCb::from_mut_ptr`
([#820](https://github.com/nix-rust/nix/pull/820))
@@ -44,7 +44,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#739](https://github.com/nix-rust/nix/pull/739))
- Expose `signalfd` module on Android as well.
([#739](https://github.com/nix-rust/nix/pull/739))
-- Added nix::sys::ptrace::detach.
+- Added `nix::sys::ptrace::detach`.
([#749](https://github.com/nix-rust/nix/pull/749))
- Added timestamp socket control message variant:
`nix::sys::socket::ControlMessage::ScmTimestamp`
@@ -54,7 +54,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#663](https://github.com/nix-rust/nix/pull/663))
- Added more accessor methods for `AioCb`
([#773](https://github.com/nix-rust/nix/pull/773))
-- Add nix::sys::fallocate
+- Add `nix::sys::fallocate`
([#768](https:://github.com/nix-rust/nix/pull/768))
- Added `nix::unistd::mkfifo`.
([#602](https://github.com/nix-rust/nix/pull/774))