Skip to content

Commit 080efb1

Browse files
committed
Merge remote-tracking branch 'origin/devel' into devel
2 parents 4dbfb41 + 96824e8 commit 080efb1

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
@@ -11,14 +11,14 @@ Release notes for the ArangoDB-PHP driver 3.1.0
1111

1212
This version of the driver is compatible with ArangoDB 3.1.x
1313
It is not compatible to earlier versions of ArangoDB (i.e. 2.x).
14-
Please use ones of the `2.x` branches of the driver for 2.x-compatibility.
14+
Please use one of the `2.x` branches of the driver for 2.x-compatibility.
1515

1616

1717

1818
Caution!!!
1919
==========
2020

21-
- 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.
21+
- 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.
2222
That deprecated code was now finally removed with this version (3.1.0) of the driver, in order to clean up the codebase.
2323
- 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.
2424

0 commit comments

Comments
 (0)