File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
55
6+ ## [ Unreleased] - ReleaseDate
7+ ### Added
8+
9+ - Added fine-grained features flags. Most Nix functionality can now be
10+ conditionally enabled. By default, all features are enabled.
11+ (#[ 1611] ( https://github.com/nix-rust/nix/pull/1611 ) )
12+
13+ ### Changed
14+ ### Fixed
15+ ### Removed
16+
617## [ 0.23.1] - 2021-12-16
718
819### Added
@@ -20,17 +31,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2031 ` 0..FD_SETSIZE ` .
2132 (#[ 1575] ( https://github.com/nix-rust/nix/pull/1575 ) )
2233
23- ## [ Unreleased] - ReleaseDate
24- ### Added
25-
26- - Added fine-grained features flags. Most Nix functionality can now be
27- conditionally enabled. By default, all features are enabled.
28- (#[ 1498] ( https://github.com/nix-rust/nix/pull/1498 ) )
29-
30- ### Changed
31- ### Fixed
32- ### Removed
33-
3434## [ 0.23.0] - 2021-09-28
3535### Added
3636
You can’t perform that action at this time.
0 commit comments