Skip to content

Commit e89f14d

Browse files
author
Michael Penick
committed
Update changelog
1 parent 35d9a53 commit e89f14d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,28 @@
33

44
Bug Fixes
55
--------
6+
* [CPP-849] Error result doesn't allow access to keyspace, table, and function
7+
data
8+
* [CPP-851] Disable deprecated warnings for std::ptr_fun
69
* [CPP-879] Allow remote hosts to come back up even if policy ignores down hosts
710
(community PR from kw217)
811

12+
Other
13+
--------
14+
* [CPP-220] Remove use of external Boost from unit and integration tests.
15+
* We ported all integration tests from Boost to Google test. This includes
16+
several JIRA issues included in the [CPP-220] epic.
17+
* [CPP-853] Correct linking libraries for unix based OS when using
18+
CASS_USE_STATIC_LIBS=On
19+
* [CPP-859] Remove vc_build.bat scripts and update building documentation
20+
* [CPP-872] Fix GCC 9.2+ build
21+
* [CPP-878] Correct compile flags for libraries and executable
22+
* [CPP-882] Correct pthread compiler flag for older CMake versions
23+
24+
Community
25+
--------
26+
* Fix build error when compiling without an SSL implementation (kmaragon)
27+
928
2.14.0
1029
===========
1130

0 commit comments

Comments
 (0)