diff --git a/CHANGELOG.md b/CHANGELOG.md index a21d9c8501..99e7966860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # TiSpark Changelog All notable changes to this project will be documented in this file. +## [TiSpark 2.1.5] 2019-09-02 +### Fixes +- Remove useless scala and jackson dependencies [#1079](https://github.com/pingcap/tispark/pull/1079) +- Fix range partition throw UnsupportedSyntaxException error [#1088](https://github.com/pingcap/tispark/pull/1088) +- Make TiSpark reading data from a hash partition table [#1089](https://github.com/pingcap/tispark/pull/1089) + ## [TiSpark 2.1.4] 2019-08-27 ### Fixes - Fix distinct without alias bug: disable pushdown aggregate with alias [#1055](https://github.com/pingcap/tispark/pull/1055)