From 1b691ba4d62ecb2d7a3efb4c8801731c9ef171b3 Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Sat, 16 Oct 2021 12:43:28 -0500 Subject: [PATCH] Update CHANGELOG.md for #1567 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbb3562ec..861a05fce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## [Unreleased] - ReleaseDate +### Added + +- Added `EPOLLEXCLUSIVE` on Android. + (#[1567](https://github.com/nix-rust/nix/pull/1567)) + +### Changed +### Fixed +### Removed + ## [0.23.0] - 2021-09-28 ### Added