You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,12 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
9
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
10
* Renamed the old types to `RawVolume`, `RawDirectory` and `RawFile`
11
11
* New method `make_dir_in_dir`
12
-
* Fixed long-standing bug that caused an integer overflow when a FAT32 directory
13
-
was longer than one cluster ([#74])
12
+
* Fixed long-standing bug that caused an integer overflow when a FAT32 directory was longer than one cluster ([#74])
13
+
* Updated 'shell' example to support `mkdir`, `tree` and relative/absolute paths
14
+
* Renamed `Error::FileNotFound` to `Error::NotFound`
15
+
* New API `change_dir` which changes a directory to point to some child directory (or the parent) without opening a new directory.
16
+
* Empty strings and `"."` convert to `ShortFileName::this_dir()`
17
+
* You can now open directories multiple times without error
0 commit comments