Skip to content

Commit e573475

Browse files
committed
fix markdown style
1 parent 9309b23 commit e573475

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
## 2.11 [unreleased]
44

5-
- Support dynamic measurement name in InfluxDBResultMapper [PR #423] (https://github.com/influxdata/influxdb-java/pull/423)
5+
- Support dynamic measurement name in InfluxDBResultMapper [PR #423](https://github.com/influxdata/influxdb-java/pull/423)
66

77
## 2.10 [2018-04-26]
88

99
### Fixes
10-
- Fix IllegalAccessException on setting value to POJOs, InfluxDBResultMapper is now more thread-safe [PR #432] (https://github.com/influxdata/influxdb-java/pull/432)
10+
- Fix IllegalAccessException on setting value to POJOs, InfluxDBResultMapper is now more thread-safe [PR #432](https://github.com/influxdata/influxdb-java/pull/432)
1111

1212
### Features
1313

1414
- Support for parameter binding in queries ("prepared statements") [PR #429](https://github.com/influxdata/influxdb-java/pull/429)
15-
- Allow to figure out whether the Point.Builder has any field or not [PR #434] (https://github.com/influxdata/influxdb-java/pull/434)
15+
- Allow to figure out whether the Point.Builder has any field or not [PR #434](https://github.com/influxdata/influxdb-java/pull/434)
1616

1717
### Improvements
1818

19-
- Performance: use chained StringBuilder calls instead of single calls [PR #426] (https://github.com/influxdata/influxdb-java/pull/426)
20-
- Performance: Escape fields and keys more efficiently [PR #424] (https://github.com/influxdata/influxdb-java/pull/424)
21-
- Build: Speed up travis build [PR #435] (https://github.com/influxdata/influxdb-java/pull/435)
22-
- Test: Update junit from 5.1.0 to 5.1.1 [PR #441] (https://github.com/influxdata/influxdb-java/pull/441)
19+
- Performance: use chained StringBuilder calls instead of single calls [PR #426](https://github.com/influxdata/influxdb-java/pull/426)
20+
- Performance: Escape fields and keys more efficiently [PR #424](https://github.com/influxdata/influxdb-java/pull/424)
21+
- Build: Speed up travis build [PR #435](https://github.com/influxdata/influxdb-java/pull/435)
22+
- Test: Update junit from 5.1.0 to 5.1.1 [PR #441](https://github.com/influxdata/influxdb-java/pull/441)
2323

2424
## 2.9 [2018-02-27]
2525

0 commit comments

Comments
 (0)