2007-03-29 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / System.Core / ChangeLog
1 2007-03-29  Miguel de Icaza  <miguel@novell.com>
2
3         * Reapply the patch from Antonello, and rework the code to not use
4         extension methods on Enumerable. 
5
6 2007-02-04  Marek Safar  <marek.safar@gmail.com>
7
8         * System.Core.dll.sources: Added common constants.
9
10         * Makefile: An assembly is 2.0 only.
11
12 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * System.Core.dll.sources : added LambdaExpression.cs.
15
16 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
17
18     * Add IOrderedSequence, IQueryable
19     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
20       as stated on the Standard Query Operators paper
21
22 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
23
24     * Updates as of LINQ May 2006 release
25
26 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
27
28     * Fix bug in SkipWhile<T>, where the first element was never yielded
29
30 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
31
32     * Initial commit