Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Nov 26, 2011
1 parent 1ea2c65 commit 27efc0c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Readme.md
Expand Up @@ -241,6 +241,26 @@ testing.

## Changelog

### v0.9.5

* Fix #142 Driver stalls upon reconnect attempt that's immediately closed
* Add travis build
* Switch to urun as a test runner
* Switch to utest for unit tests
* Remove fast-or-slow dependency for tests
* Split integration tests into individual files again

### v0.9.4

* Expose package.json as `mysql.PACKAGE` (#104)

### v0.9.3

* Set default `client.user` to root
* Fix #91: Client#format should not mutate params array
* Fix #94: TypeError in client.js
* Parse decimals as string (vadimg)

### v0.9.2

* The underlaying socket connection is now managed implicitly rather than explicitly.
Expand Down

0 comments on commit 27efc0c

Please sign in to comment.