Skip to content

Commit 330e562

Browse files
committed
slightly changed wording in CHANGELOG
1 parent ac8db9d commit 330e562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Caution!!!
1212

1313
- Up until the 3.0.x Versions of this driver, there were still deprecated methods and parameter compatibility functions in the code, which unfortunately were not removed according to their deprecation annotations.
1414
That deprecated code was now finally removed with this version (3.1.0) of the driver, in order to clean up the codebase.
15-
- With this version of the driver, the method signature that used to accept an $options array or another non-array type, in it's place, has been changed and will now only accept the options as an array. The specific compatibility layer was deprecated a long time and has now been removed.
15+
- With this version of the driver, the method signature that used to accept $options either as an array or a non-array type has been removed. The specific compatibility layer was deprecated a long time ago and did not provide any benefits apart from compatibility. Starting with this version of the driver, there is now only one method signature that will require $options to be an array.
1616

1717
**Please check and change your code accordingly!**
1818

@@ -39,7 +39,7 @@ Changes
3939
- Handler::getCursorOptions()
4040

4141
- Removed the old-style compatibility layer for parameter-passing in various methods that was used prior to switching to the $options parameter.
42-
This means, that wherever an $option array is passed to methods and a non-array type was also allowed (bool, string), the $options parameter **must** now be an array - it will not accept bool values or string values like for example a policy definition, anymore.
42+
This means, that wherever an $option array is passed to methods and a non-array type was also allowed (bool, string) for $options, the $options parameter **must** now be an array - it will not accept bool values or string values anymore, like for example a policy definition.
4343

4444
- Performance might be a bit better due to the removal of the compatibility layer for $options.
4545

0 commit comments

Comments
 (0)