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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,24 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [UNRELEASED]
8
8
### Fixed
9
+
- NaN
10
+
11
+
### Added
12
+
- NaN
13
+
14
+
### Breaking changes
15
+
- NaN
16
+
17
+
18
+
## [5.2.0] - 2023-04-11
19
+
### Fixed
9
20
- Use all available methods to detect the attachment extension instead of just one
10
21
- Allow the `LIST` command response to be empty #393
11
22
- Initialize folder children attributes on class initialization
12
23
13
24
### Added
14
25
- Soft fail option added to all folder fetching methods. If soft fail is enabled, the method will return an empty collection instead of throwing an exception if the folder doesn't exist
0 commit comments