diff --git a/ChangeLog.md b/ChangeLog.md index 3c196db..8304e20 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,10 @@ ## Version 0.39.0 - Performance of sync operations * Many changes to have synchronous API really execute synchronously, it is no longer a sync-over-async wrapper * Improved exception generation in case of query cancellation or timeout -* logging cancelled queries +* Logging cancelled queries * Replacing old test app with a new performance test app * added NLog as seperate logging package +* Fix: Adding LocalOne consistency level ## Version 0.38.0 - Fixes and Improved Aliveness Checking of Cassandra Nodes * Fixed bug that hampered exponential backoff diff --git a/CqlSharp/CqlSharp.nuspec b/CqlSharp/CqlSharp.nuspec index 1e45452..97777e2 100644 --- a/CqlSharp/CqlSharp.nuspec +++ b/CqlSharp/CqlSharp.nuspec @@ -34,7 +34,8 @@ ## Version 0.39.0 - Performance of sync operations * Many changes to have synchronous API really execute synchronously, it is no longer a sync-over-async wrapper * Improved exception generation in case of query cancellation or timeout - * logging cancelled queries + * Logging cancelled queries + * Fix: Adding LocalOne consistency level ## Version 0.38.0 - Fixes and Improved Aliveness Checking of Cassandra Nodes * Fixed bug that hampered exponential backoff