Skip to content

Commit

Permalink
fixed changelog typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Early committed Jun 2, 2015
1 parent ff3bd90 commit f2b5766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
New Features:

- Added `timesLimit` (#743)
- `concurrency` can be changed in `async.queue` by setting `q.concurrency`. The concurrency will be reflected the next time a task it processed. (#747, #772)
- `concurrency` can be changed after initialization in `queue` by setting `q.concurrency`. The new concurrency will be reflected the next time a task is processed. (#747, #772)

Bug Fixes:

Expand Down

2 comments on commit f2b5766

@raydemandforce
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What command or steps that I should use to start run the test?

@raydemandforce
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never mind. found it.

Please sign in to comment.