summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-06-06 15:04:01 -0600
committerAlan Somers <asomers@gmail.com>2019-06-06 15:04:01 -0600
commitf9469afedd40e92c5074048fab7c298b22bf3961 (patch)
tree539a25312df39b69db153752e3fb5bcfed9cc82c
parentb0bacfa3bed6cd42c761358ded2200b1444cf47d (diff)
downloadnix-f9469afedd40e92c5074048fab7c298b22bf3961.zip
[skip ci] update CHANGELOG for PR #1072
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a00c46c3..8710c645 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
```
### Changed
+- Changed some public types from reexports of libc types like `uint32_t` to the
+ native equivalents like `u32.`
+ ([#1072](https://github.com/nix-rust/nix/pull/1072/commits))
+
### Fixed
+- Fix the build on Android and Linux/mips with recent versions of libc.
+ ([#1072](https://github.com/nix-rust/nix/pull/1072/commits))
+
### Removed
## [0.14.0] - 2019-05-21