Browse Source

Update change log on last write barrier fix

gdouglas 12 years ago
parent
commit
28b4a4d9f1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gmsrc/doc/ChangeLog.txt

+ 3 - 0
gmsrc/doc/ChangeLog.txt

@@ -407,3 +407,6 @@ o Fixed Fork stack growth bug. Thanks funkbot.
 
 09/06/12
 o Add back ++,-- pre inc, dec operators (Experimental, code restored from v0.9)
+
+18/05/13
+o Reordered GC descruction sequence to avoid Write Barrier mis-fire.