@@ -1,3 +1,8 @@
+2004-06-09 Gert Driesen <[email protected]>
+
+ * CompressedStack.cs: Added finalizer to match public API of
+ MS.NET
2004-05-19 Lluis Sanchez Gual <[email protected]>
* Thread.cs: Some fixes in Abort. Implemented Suspend and Resume.
@@ -14,5 +14,9 @@ namespace System.Threading
internal CompressedStack ()
{
}
+ ~CompressedStack ()
+ {
+ }