Skip to content

Commit 9bcf8b6

Browse files
committed
Updated changelog with 0.2.1 release notes
1 parent 9d6e616 commit 9bcf8b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.0...HEAD)
5+
## [Unreleased](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.1...HEAD)
6+
7+
## [0.2.1](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.2.0...0.2.1) - 2015-05-19
8+
9+
### Changed
10+
- `SocketFactory.createSocket` method signature by adding `throws SocketException`.
11+
12+
### Fixed
13+
- Initial handshake error reporting (so that actual message received from the server wouldn't be lost).
14+
- Risk of BinaryLogClient getting stuck while in "pre-close" state.
615

716
## [0.2.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.1.3...0.2.0) - 2015-05-01
817
### Added

0 commit comments

Comments
 (0)