Skip to content

Commit b996200

Browse files
author
Michael Fero
committed
doc: Fixing up formatting
1 parent 7ec952d commit b996200

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

CHANGELOG.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@
33

44
Features
55
--------
6-
[CPP-745] Exponential reconnection policy with jitter
7-
[CPP-769] Use `clang-format` to fix up formatting
8-
[CPP-775] Add `clang-format` to Windows
6+
* [CPP-745] Exponential reconnection policy with jitter
7+
* [CPP-769] Use `clang-format` to fix up formatting
8+
* [CPP-775] Add `clang-format` to Windows
99

1010
Other
1111
--------
12-
[CPP-743] Move internal components from `namespace cass` to `namespace datastax::internal`
13-
[CPP-764] Rename namespace from `cass` to `datastax`
14-
[CPP-766] Allow RPM packaging script to build RPM packages for Amazon Linux
15-
[CPP-770] Fix header files include guard (__CASS_XXX to DATASTAX_XXX)
16-
[CPP-772] Remove per cpp file LOG_FILE attribute to speed up Windows builds
12+
* [CPP-743] Move internal components from `namespace cass` to `namespace datastax::internal`
13+
* [CPP-764] Rename namespace from `cass` to `datastax`
14+
* [CPP-766] Allow RPM packaging script to build RPM packages for Amazon Linux
15+
* [CPP-770] Fix header files include guard (\_\_CASS_XXX to DATASTAX_XXX)
16+
* [CPP-772] Remove per cpp file LOG_FILE attribute to speed up Windows builds
1717

1818
1.8.0
1919
===========
2020

2121
Features
2222
--------
23-
[CPP-722] Insightful monitoring (Insights) startup message
24-
[CPP-723] Insightful monitoring (Insights) status event message
25-
[CPP-741] Allow user to configure client ID
26-
[CPP-751] Call host listener callback for the initial set of hosts
23+
* [CPP-722] Insightful monitoring (Insights) startup message
24+
* [CPP-723] Insightful monitoring (Insights) status event message
25+
* [CPP-741] Allow user to configure client ID
26+
* [CPP-751] Call host listener callback for the initial set of hosts
2727

2828
Bug Fixes
2929
--------
30-
[CPP-755] UDT metadata not being properly populated/updated
30+
* [CPP-755] UDT metadata not being properly populated/updated
3131

3232
Other
3333
--------
34-
[CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc`
35-
and `allowRemoteDCsForLocalConsistencyLevel `)
36-
[CPP-720] Streamline custom allocator
37-
[CPP-752] Add connection count to Host
34+
* [CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc`
35+
and `allowRemoteDCsForLocalConsistencyLevel `)
36+
* [CPP-720] Streamline custom allocator
37+
* [CPP-752] Add connection count to Host
3838

3939
1.7.0
4040
===========

cpp-driver/CHANGELOG.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33

44
Features
55
--------
6-
[CPP-745] Exponential reconnection policy with jitter
7-
[CPP-769] Use `clang-format` to fix up formatting
8-
[CPP-775] Add `clang-format` to Windows
6+
* [CPP-745] Exponential reconnection policy with jitter
7+
* [CPP-769] Use `clang-format` to fix up formatting
8+
* [CPP-775] Add `clang-format` to Windows
99

1010
Other
1111
--------
12-
[CPP-743] Move internal components from `namespace cass` to `namespace datastax::internal`
13-
[CPP-764] Rename namespace from `cass` to `datastax`
14-
[CPP-766] Allow RPM packaging script to build RPM packages for Amazon Linux
15-
[CPP-770] Fix header files include guard (__CASS_XXX to DATASTAX_XXX)
16-
[CPP-772] Remove per cpp file LOG_FILE attribute to speed up Windows builds
12+
* [CPP-743] Move internal components from `namespace cass` to `namespace datastax::internal`
13+
* [CPP-764] Rename namespace from `cass` to `datastax`
14+
* [CPP-766] Allow RPM packaging script to build RPM packages for Amazon Linux
15+
* [CPP-770] Fix header files include guard (\_\_CASS_XXX to DATASTAX_XXX)
16+
* [CPP-772] Remove per cpp file LOG_FILE attribute to speed up Windows builds
1717

1818
Community
1919
--------
20-
Fixed the location of the '[in]' information for Doxygen. (AlexisWilke)
21-
Added header subdirectory installation capability. (accelerated)
22-
Changed pkg_config templates to use the library variable name. (accelerated)
23-
Fix generation of shlib deps file for debian packages. (jirkasilhan)
20+
* Fixed the location of the '[in]' information for Doxygen. (AlexisWilke)
21+
* Added header subdirectory installation capability. (accelerated)
22+
* Changed pkg_config templates to use the library variable name. (accelerated)
23+
* Fix generation of shlib deps file for debian packages. (jirkasilhan)
2424

2525
2.12.0
2626
===========
2727

2828
Features
2929
--------
30-
[CPP-751] Call host listener callback for the initial set of hosts
30+
* [CPP-751] Call host listener callback for the initial set of hosts
3131

3232
Bug Fixes
3333
--------
34-
[CPP-755] UDT metadata not being properly populated/updated
34+
* [CPP-755] UDT metadata not being properly populated/updated
3535

3636
Other
3737
--------
38-
[CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc`
39-
and `allowRemoteDCsForLocalConsistencyLevel `)
40-
[CPP-720] Streamline custom allocator
38+
* [CPP-705] Deprecate DC-aware multi-DC settings (`used_hosts_per_remote_dc`
39+
and `allowRemoteDCsForLocalConsistencyLevel `)
40+
* [CPP-720] Streamline custom allocator
4141

4242
2.11.0
4343
===========

0 commit comments

Comments
 (0)