Skip to content

Commit 24c8f7d

Browse files
committed
Update CHANGELOG
1 parent d9cfe7c commit 24c8f7d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.2.0-dev
4+
5+
### Enhancements
6+
7+
* Shuffle the demands on first dispatch for load balancing across consumers
8+
* Allow explicitly specifying :max_demand in DemandDispatcher
9+
10+
### Bug fixes
11+
12+
* Do not dispatch when accumulating demand
13+
314
## v1.1.1 (2021-08-13)
415

516
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GenStage.Mixfile do
22
use Mix.Project
33

4-
@version "1.1.1"
4+
@version "1.2.0-dev"
55

66
def project do
77
[

0 commit comments

Comments
 (0)