File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ upcoming releases.
22
22
23
23
## What's new in v1.0.0.beta:
24
24
25
- * Persistent Sessions.
25
+ * [ Persistent Sessions] ( http://datastax.github.io/php-driver/features/#persistent-sessions ) .
26
26
* Windows support.
27
- * Math functions for numeric types and ` Cassandra\Numeric ` interface.
27
+ * Math functions for numeric types and [ ` Cassandra\Numeric ` ] ( http://datastax.github.io/php-driver/api/interface/Cassandra/Numeric/ ) interface.
28
28
* All classes moved into the extension.
29
29
30
30
## Planned
@@ -67,8 +67,6 @@ Cassandra's native protocol. The current version works with:
67
67
68
68
__ NOTE__ : Apache Cassandra 2.1 support is limited to the Cassandra 2.0 API, e.g. no user-defined types.
69
69
70
- __ NOTE__ : Windows support is planned for a later, more stable release.
71
-
72
70
## Contributing
73
71
74
72
[ Read our contribution policy] ( https://github.com/datastax/php-driver/blob/master/CONTRIBUTING.md ) for a detailed description of the process.
@@ -77,8 +75,8 @@ __NOTE__: Windows support is planned for a later, more stable release.
77
75
78
76
The DataStax PHP Driver uses the amazing [ Behat Framework] ( http://docs.behat.org/ )
79
77
for both end-to-end, or acceptance, testing and documentation. All of the features
80
- supported by the driver have appropriate acceptance tests with easy-to-copy code
81
- examples in the ` features/ ` directory.
78
+ supported by the driver have appropriate acceptance tests with [ easy-to-copy code
79
+ examples in the ` features/ ` directory] ( https://github.com/datastax/php-driver/tree/master/features ) .
82
80
83
81
## Running tests
84
82
You can’t perform that action at this time.
0 commit comments