ChangeLog 792 B

123456789101112131415161718192021222324252627
  1. 2007-02-04 Marek Safar <[email protected]>
  2. * System.Core.dll.sources: Added common constants.
  3. * Makefile: An assembly is 2.0 only.
  4. 2007-02-03 Atsushi Enomoto <[email protected]>
  5. * System.Core.dll.sources : added LambdaExpression.cs.
  6. 2006-11-01 Alejandro Serrano "Serras" <[email protected]>
  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. 2006-06-05 Alejandro Serrano "Serras" <[email protected]>
  11. * Updates as of LINQ May 2006 release
  12. 2006-01-31 Alejandro Serrano "Serras" <[email protected]>
  13. * Fix bug in SkipWhile<T>, where the first element was never yielded
  14. 2006-01-30 Alejandro Serrano "Serras" <[email protected]>
  15. * Initial commit