summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-11-15 08:41:33 +0100
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-11-15 08:41:33 +0100
commitbd367930e5e13b07aa81261865250ef1f9183a75 (patch)
treed404dc2ea85b05824209dda992d4b903bf476c0e
parent8cda34d72be4158940a76acecbba4db562f2ebe9 (diff)
downloadnix-bd367930e5e13b07aa81261865250ef1f9183a75.zip
Fix CHANGELOG.md links
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3235bd0..7769b879 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
for that parameter will result in a 0 passed to libc's `kill`, while a
`Some`-argument will result in the previous behavior for the contained
`Signal`.
- ([#445](https://github.com/nix-rust/nix/pull/410))
+ ([#445](https://github.com/nix-rust/nix/pull/445))
- The minimum supported version of rustc is now 1.7.0.
([#444](https://github.com/nix-rust/nix/pull/444))
- Changed `KEvent` to an opaque structure that may only be modified by its
@@ -48,7 +48,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#410](https://github.com/nix-rust/nix/pull/410))
- `SigFlags` in `::nix::sys::signal` has be renamed to `SigmaskHow` and its type
has changed from `bitflags` to `enum` in order to conform to our conventions.
- ([#410](https://github.com/nix-rust/nix/pull/460))
+ ([#460](https://github.com/nix-rust/nix/pull/460))
### Fixed
- Fixed using kqueue with `EVFILT_USER` on FreeBSD