File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
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
+
6
17
## [ 0.23.1] - 2021-12-16
7
18
8
19
### Added
@@ -20,17 +31,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
20
31
` 0..FD_SETSIZE ` .
21
32
(#[ 1575] ( https://github.com/nix-rust/nix/pull/1575 ) )
22
33
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
-
34
34
## [ 0.23.0] - 2021-09-28
35
35
### Added
36
36
You can’t perform that action at this time.
0 commit comments