Skip to content

Commit bf630d6

Browse files
committed
Merge #704
704: Add CHANGELOG entry for PR #661 r=Susurrus cc @roblabla
2 parents ced3e43 + 3242629 commit bf630d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3131
([#566](https://github.com/nix-rust/nix/pull/566)).
3232

3333
### Changed
34+
- The `ioctl!` macro and its variants now allow the generated functions to have
35+
doccomments. ([#661](https://github.com/nix-rust/nix/pull/661))
3436
- Changed `ioctl!(write ...)` into `ioctl!(write_ptr ...)` and `ioctl!(write_int ..)` variants
3537
to more clearly separate those use cases. ([#670](https://github.com/nix-rust/nix/pull/670))
3638
- Marked `sys::mman::{ mmap, munmap, madvise, munlock, msync }` as unsafe.

0 commit comments

Comments
 (0)