Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 860 Bytes

CHANGELOG.md

File metadata and controls

42 lines (20 loc) · 860 Bytes

1.0.1

Bug Fix:

  • #45 [BUG] Calling close on Server raises ConcurrentModificationError

New Feature:

  • #47 Added Future to start and stop server

1.0.0

New Feature:

  • #33 Null safety

0.9.4

Bug Fix:

  • #23 [BUG] Calling close on Server raises ConcurrentModificationError

0.9.3

Bug Fix:

  • #18 make sure it is accessing the rooms map

0.9.2

Bug Fix:

  • #17 inference error

0.9.1+1

New Feature:

  • #16 Apply Pedantic recommendations