diff options
author | Sendil Kumar <sendilkumarn@live.com> | 2019-08-22 20:53:39 +0200 |
---|---|---|
committer | Sendil Kumar <sendilkumarn@live.com> | 2019-08-22 20:53:39 +0200 |
commit | 3d5eadde40c8760c61afe5c1912247efd1b53453 (patch) | |
tree | 74bc3819088ca2fe5995027b4f97be3fcc50d5a4 | |
parent | e7433361a4312a04be7a9d0250fffb99bfce45bc (diff) | |
download | nix-3d5eadde40c8760c61afe5c1912247efd1b53453.zip |
Add changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d93a5ce6..a930b577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate ### Added ### Changed +- Changed `readlink` and `readlinkat` to return `osString` + ([#1109](https://github.com/nix-rust/nix/pull/1109)) ### Fixed ### Removed |