2007-02-03 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Core / ChangeLog
1 2007-02-03  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * System.Core.dll.sources : added LambdaExpression.cs.
4
5 2006-11-01  Alejandro Serrano "Serras"  <trupill@yahoo.es>
6
7     * Add IOrderedSequence, IQueryable
8     * Change Sequence.Join and Sequence.GroupJoin to use Lookup<K, T>
9       as stated on the Standard Query Operators paper
10
11 2006-06-05  Alejandro Serrano "Serras"  <trupill@yahoo.es>
12
13     * Updates as of LINQ May 2006 release
14
15 2006-01-31  Alejandro Serrano "Serras"  <trupill@yahoo.es>
16
17     * Fix bug in SkipWhile<T>, where the first element was never yielded
18
19 2006-01-30  Alejandro Serrano "Serras"  <trupill@yahoo.es>
20
21     * Initial commit