Skip to content

Commit 558fe43

Browse files
committed
Added a 'breaking' change note to a previous change entry.
1 parent 4df32de commit 558fe43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Version 1.3.1 (unreleased)
33
* Fixed zone ID calculation for non-uniform grids. See PR #2.
44
* Modified ZoneManager to automatically send "no-change" updates for
55
objects it is managing but didn't receive updates for. See PR #5
6+
(Note: this could seem like a 'breaking change' to any apps relying
7+
on objects to auto-expire in this way... just know that doing so was
8+
leaving extra garbage around and so not really a solution.)
69
* Added a thread-safe BufferedHashSet for creating "one writer, many readers"
710
fast thread safe hash sets.
811
* Added a double-buffered thread safe active IDs set to the NetworkStateListener.

0 commit comments

Comments
 (0)