Skip to content

Commit

Permalink
Removed outdated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpai committed May 3, 2013
1 parent 2356f72 commit 43685c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ lock("myLock", function(done) {
* Since it's asynchronous, different functions could be holding different locks simultaneously. This is awesome!
* If redis is down for any reason, none of the functions are given locks, and none of the locks are released. The code will keep polling to check if redis is available again to acquire the lock.

## Changelog

* 0.0.2 - Slightly nicer API - Now the redis client needs to be passed in only once at the beginning.
* 0.0.1 - First release.

## License

(The MIT License)
Expand Down

0 comments on commit 43685c7

Please sign in to comment.