Browse Source

Add spinlock removal to release notes.

Adam Ierymenko 3 years ago
parent
commit
ea4d7ae92f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      RELEASE-NOTES.md

+ 4 - 0
RELEASE-NOTES.md

@@ -1,6 +1,10 @@
 ZeroTier Release Notes
 ======
 
+# -- -- Version 1.8.3
+
+ * Remove problematic spinlock, which was only used on x86_64 anyway. Just use pthread always.
+
 # 2021-11-08 -- Version 1.8.2
 
  * Fix multicast on linux.