summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2017-01-25 22:58:23 -0700
committerAlan Somers <asomers@gmail.com>2017-01-25 22:58:23 -0700
commitb74015635fe4391e9d8c5519b2ae654fba9bd409 (patch)
treeb468cdaf2d9dbb9b2723971031372500068f2674 /CHANGELOG.md
parent375082f303b2adaa0d10862376a3daf712f5b6dc (diff)
downloadnix-b74015635fe4391e9d8c5519b2ae654fba9bd409.zip
Fix typo in CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 348dc6de..c87c867e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,14 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added support for POSIX AIO
- ([#483](https://github.com/nix-rust/nix/pull/835))
+ ([#483](https://github.com/nix-rust/nix/pull/483))
- Added support for XNU system control sockets
([#478](https://github.com/nix-rust/nix/pull/478))
- Added support for `ioctl` calls on BSD platforms
([#478](https://github.com/nix-rust/nix/pull/478))
- Added struct `TimeSpec`
([#475](https://github.com/nix-rust/nix/pull/475))
- ([#483](https://github.com/nix-rust/nix/pull/835))
+ ([#483](https://github.com/nix-rust/nix/pull/483))
- Added complete definitions for all kqueue-related constants on all supported
OSes
([#415](https://github.com/nix-rust/nix/pull/415))