Skip to content

Commit db74a65

Browse files
committed
Update CHANGELOG
1 parent 6c3fa0a commit db74a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
66

77
## [Unreleased]
88

9-
* None
9+
* `Volume`, `Directory` and `File` are now smart! They hold references to the thing they were made from, and will clean themselves up when dropped. The trade-off is you can can't open multiple volumes, directories or files at the same time.
10+
* Renamed the old types to `RawVolume`, `RawDirectory` and `RawFile`
1011

1112
## [Version 0.6.0] - 2023-10-20
1213

0 commit comments

Comments
 (0)