summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-02-11 19:21:00 -0700
committerGitHub <noreply@github.com>2018-02-11 19:21:00 -0700
commit9eddb1ea14bfd643608c964331f26fb721069634 (patch)
tree7139f3c9b8547e8467cab61aa2cdf9781cecaded
parente2c19c630c3ac392b3eea4e075c6c3b16e84e12a (diff)
parent90d185caad975ae5ba2dda517122982f0972d21a (diff)
downloadnix-9eddb1ea14bfd643608c964331f26fb721069634.zip
Merge pull request #859 from Susurrus/fix_changelog
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 2c016de3..11d7774b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,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))
@@ -47,7 +47,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`
@@ -57,7 +57,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))