Skip to content

Commit 771c710

Browse files
committed
Fix merge error in CHANGELOG
1 parent 0b4717d commit 771c710

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
This 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

0 commit comments

Comments
 (0)