summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSendil Kumar <sendilkumarn@live.com>2019-08-22 20:53:39 +0200
committerSendil Kumar <sendilkumarn@live.com>2019-08-22 20:53:39 +0200
commit3d5eadde40c8760c61afe5c1912247efd1b53453 (patch)
tree74bc3819088ca2fe5995027b4f97be3fcc50d5a4
parente7433361a4312a04be7a9d0250fffb99bfce45bc (diff)
downloadnix-3d5eadde40c8760c61afe5c1912247efd1b53453.zip
Add changelog
-rw-r--r--CHANGELOG.md2
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