1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Many contributed fixes. Thank you, contributors.

* [GH-190] - pub/sub mode fix (Brian Noguchi)
* [GH-165] - parser selection fix (TEHEK)
* numerous documentation and examples updates
* auth errors emit Errors instead of Strings (David Trejo)
This commit is contained in:
Matt Ranney
2012-04-29 15:18:30 -10:00
parent 09dc8dcf39
commit 1d22f1f874
2 changed files with 9 additions and 16 deletions

View File

@@ -1,6 +1,15 @@
Changelog
=========
## v0.7.2 - April 29, 2012
Many contributed fixes. Thank you, contributors.
* [GH-190] - pub/sub mode fix (Brian Noguchi)
* [GH-165] - parser selection fix (TEHEK)
* numerous documentation and examples updates
* auth errors emit Errors instead of Strings (David Trejo)
## v0.7.1 - November 15, 2011
Fix regression in reconnect logic.

View File

@@ -5,22 +5,6 @@
"maintainers": [
"David Trejo <david.daniel.trejo@gmail.com> (http://dtrejo.com/)"
],
"contributors": [
"Rick Olson",
"Tim-Smart",
"TJ Holowaychuk",
"Orion Henry",
"Hank Sims",
"Aivo Paas",
"Paul Carey",
"Pieter Noordhuis",
"Andy Ray",
"Vladimir Dronnikov",
"Dave Hoover",
"David Trejo",
"Philip Tellis",
"Marcus Westin"
],
"main": "./index.js",
"scripts": {
"test": "node ./test.js"