Skip to content

Commit 8b73385

Browse files
committed
Update changelog
1 parent 224ac54 commit 8b73385

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## version 5.1.0
1313
*Released*: 3 March 2023
14-
* Delegate first request behavior to ``the configured `CredentialsProvider`. Connection-based providers invoke
14+
* Delegate first request behavior to the configured `CredentialsProvider`. Connection-based providers invoke
1515
`login-ensureLogin.api` and connection-less providers invoke `login-whoAmI.api`.
1616
* Restore connection-based authentication for `BasicCredentialsProvider`
1717
* Add logging to `NetrcFileParser` to help with debugging authentication problems
@@ -20,9 +20,9 @@
2020

2121
## version 5.0.1
2222
*Released*: 30 January 2023
23-
* Fix regression introduced in 5.0.0: ```RowsResponse.fixupParsedData()` was called before `_requiredVersion` was set. This caused
23+
* Fix regression introduced in 5.0.0: `RowsResponse.fixupParsedData()` was called before `_requiredVersion` was set. This caused
2424
the fixup method to skip `BigDecimal` to `Double` conversions in the returned data maps.
25-
``
25+
2626
## version 5.0.0
2727
*Released*: 24 January 2023
2828
* Refactor the `Command` class hierarchy:
@@ -43,7 +43,7 @@
4343
* Introduce `HasRequiredVersion` interface and use it when instantiating `CommandResponse` subclasses that need required version
4444
* Remove all `Command` copy constructors. Same rationale as the earlier removal of `copy` methods.
4545
* Switch `SelectRowsCommand` and `NAbRunsCommand` to post their parameters as JSON
46-
* Fix `NAbReplicate` to handle `"NaN"` values``
46+
* Fix `NAbReplicate` to handle `"NaN"` values
4747
* Remove `CommandException` from `getHttpRequest()` throws list
4848
* Adjust the `Demo.java` and `Test.java` tests to match current sample data and `Command` hierarchy changes
4949

0 commit comments

Comments
 (0)