Test for assignability of arrays to generic interfaces. Fixes #2304.
[mono.git] / mcs / class / System.Core / Microsoft.Win32.SafeHandles / ChangeLog
1 2009-12-13  Miguel de Icaza  <miguel@novell.com>
2
3         * SafeMemoryMappedViewHandle.cs (ReleaseHandle): implement. 
4
5 2009-09-05  Zoltan Varga  <vargaz@gmail.com>
6
7         * SafeMemoryMappedViewHandle.cs: New net 4.0 file.
8
9 2009-08-18  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * SafePipeHandle.cs : initial code.