From 90731e98be3101d4c2dcc45725f1e35c628d8782 Mon Sep 17 00:00:00 2001 From: Liryna Date: Wed, 22 Jun 2022 22:41:57 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6acdaf..68f21365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] - 2.0.5.1000 + +### Changed +- FUSE - Allow override default max read size by option. +- Kernel - Remove `UNCName` `CaseInSensitive` prefix during Create. +- Library - Allow `FindFilesWithPattern` to return `STATUS_NOT_IMPLEMENTED` (like on v1). + +### Fixed +- Kernel - Add `Vcb` null check before marking the volume as having wait events. +- Library - Use Case sensitive option when listing filtering is done by the library. + ## [2.0.4.1000] - 2021-04-30 ### Changed