From 09bb7388663399d19e7da3e60d2a0df333cdd4a4 Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 15 Aug 2023 07:29:02 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9468d2..fcce2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.35.0] - 2023-08-14 + +### Bug Fixes + +- Search should ignore entry path ([#235](https://github.com/sigoden/dufs/issues/235)) +- Typo __ASSERTS_PREFIX__ ([#252](https://github.com/sigoden/dufs/issues/252)) + +### Features + +- Sort by type first, then sort by name/mtime/size ([#241](https://github.com/sigoden/dufs/issues/241)) + ## [0.34.2] - 2023-06-05 ### Bug Fixes