Skip to content

Commit cdd1d65

Browse files
committed
Changelog
1 parent 03b9da8 commit cdd1d65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 16.0.0 - 2024-06-26
9+
10+
### Added
11+
12+
* Added the new `imap-backup copy` command to replace the existing
13+
`migrate` and `mirror` commands. The new command is simpler
14+
than the exiting commands, while maintaining the principal functionality
15+
that was previously available. `migrate` and `mirror` are now deprecated
16+
and will be removed in a future release.
17+
18+
### Changed
19+
20+
* The libarary now uses `logger` and `ostruct` as external dependencies
21+
as they have been extracted from th Ruby standard library.
22+
823
## 15.0.1 - 2024-06-04
924

1025
### Changed

0 commit comments

Comments
 (0)