Skip to content

Commit e175ce9

Browse files
committed
Added 0.16.0 release note
1 parent 7425074 commit e175ce9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
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+
## [0.16.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.15.0...0.16.0) - 2018-04-12
6+
7+
### Added
8+
- `EventDeserializer::setCompatibilityMode(INVALID_DATE_AND_TIME_AS_MIN_VALUE)` ([#210](https://github.com/shyiko/mysql-binlog-connector-java/issues/210)).
9+
510
## [0.15.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.14.0...0.15.0) - 2018-04-07
611

712
### Added
8-
- EventDeserializer `CompatibilityMode.INVALID_DATE_AND_TIME_AS_NEGATIVE_ONE` (false by default until 1.0.0) ([#210](https://github.com/shyiko/mysql-binlog-connector-java/issues/210)).
13+
- `EventDeserializer::setCompatibilityMode(INVALID_DATE_AND_TIME_AS_NEGATIVE_ONE)` ([#210](https://github.com/shyiko/mysql-binlog-connector-java/issues/210)).
914

1015
## [0.14.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.13.0...0.14.0) - 2018-04-04
1116

1217
### Added
13-
- EventDeserializer `CompatibilityMode.INVALID_DATE_AND_TIME_AS_ZERO` ([#210](https://github.com/shyiko/mysql-binlog-connector-java/issues/210)).
18+
- `EventDeserializer::setCompatibilityMode(INVALID_DATE_AND_TIME_AS_ZERO)` ([#210](https://github.com/shyiko/mysql-binlog-connector-java/issues/210)).
1419

1520
## [0.13.0](https://github.com/shyiko/mysql-binlog-connector-java/compare/0.12.2...0.13.0) - 2017-06-04
1621

0 commit comments

Comments
 (0)