Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scommisso committed Jul 21, 2014
1 parent 9a2439b commit fa82a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ var db = require("priam")({
Release Notes
-------------
- `0.8.5`: Changed config to look up consistency level enum if given a string
Added resultTransformers to drivers and queries-- synchronous functions that are mapped over query results
Query consistency is set to driver's at instantiation, rather than being looked up at execution if not present
- `0.8.5`: Changed config to look up consistency level enum if given a string
Added resultTransformers to drivers and queries-- synchronous functions that are mapped over query results
Query consistency is set to driver's at instantiation, rather than being looked up at execution if not present
Added `query` method to base driver, alias for `cql`
- `0.8.4`: Modified `Batch.execute()` to send timestamps as parameters instead of CQL strings.
- `0.8.3`: Added `Query.single()`, `Query.first()`, and `Query.all()` enhancements.
Expand Down

0 comments on commit fa82a91

Please sign in to comment.