From 7ae79b0cd1a6b94991ab0ffea9c8660f5dfb479a Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 3 Jun 2016 03:28:07 +0200 Subject: [PATCH] Add changelog to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd191b0..411d780 100644 --- a/README.md +++ b/README.md @@ -188,4 +188,14 @@ Emitted when a task has been delayed because of the `interval` rate-limit. Note #### 'concurrencyReached:$type' -Emitted when a task has been queued up because of the `concurrency` limit. Can be useful to detect when your queue is backing up. \ No newline at end of file +Emitted when a task has been queued up because of the `concurrency` limit. Can be useful to detect when your queue is backing up. + +## Changelog + +* __1.2.0:__ Various changes: + * Added `awaitCompleted` and `drain` methods, and `queueCompleted` event. + * Fixed the `awaitDrained` Promise never resolving. + * Added debugging statements in the code. +* __1.1.1:__ Fixed typo in the example; unit in the API rate limit should've been 'per minute', not 'per second'. +* __1.1.0:__ Added `awaitDrained` method. +* __1.0.0:__ Initial release. \ No newline at end of file