Skip to content

Commit 3199918

Browse files
committed
Version information added
1 parent fbd2fc2 commit 3199918

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9+
- NaN
10+
11+
### Added
12+
- NaN
13+
14+
### Affected Classes
15+
- NaN
16+
17+
## [1.1.0] - 2018-04-24
18+
### Fixed
919
- Client::createFolder($name) fixed #91
20+
- Versions will now follow basic **Semantic Versioning** guidelines (MAJOR.MINOR.PATCH)
1021

1122
### Added
1223
- Connection validation added
1324
- Client::renameFolder($old_name, $new_name) and Client::deleteFolder($name) methods added #91
1425
- Find the folder containing a message #92
26+
- Change all incoming encodings to iconv() supported ones #94
1527

1628
### Affected Classes
1729
- [Client::class](src/IMAP/Client.php)
30+
- [Message::class](src/IMAP/Message.php)
1831

1932
## [1.0.5.9] - 2018-04-15
2033
### Added

0 commit comments

Comments
 (0)