Skip to content

Commit

Permalink
Updated changelog and reverted .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Oct 7, 2018
1 parent bfde1f5 commit 0087f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -141,7 +141,6 @@ branches:
# bors-ng branches; see https://bors-ng.github.io/getting-started/
- trying
- staging
- issue-947

notifications:
email:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#930](https://github.com/nix-rust/nix/pull/930))
- Added `futimens` and `utimesat` wrappers ([#944](https://github.com/nix-rust/nix/pull/944))
and a `utimes` wrapper ([#946](https://github.com/nix-rust/nix/pull/946)).
- Added support for `ptrace` on BSD operating systems ([#949](https://github.com/nix-rust/nix/pull/949))
- Added `ptrace` functions for reads and writes to tracee memory ([#949](https://github.com/nix-rust/nix/pull/949))

### Changed
- Increased required Rust version to 1.22.1/
Expand Down

0 comments on commit 0087f07

Please sign in to comment.