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