ChangeLog 521 B

12345678910111213141516
  1. 2001-09-02 Miguel de Icaza <[email protected]>
  2. * Moved BooleanSwitch, Switch, TraceLevel and TraceSwitch to the
  3. System assembly.
  4. * Added StackFrame.cs and StackTrace.cs to the build.
  5. 2001-08-21 Nick Drochak <[email protected]>
  6. * Implemented ConditionalAttribute.cs and DebuggableAttribute.cs
  7. 2001-08-29 Alexander Klyubin <[email protected]>
  8. * Skeletal implementation of StackFrame and StackTrace classes.
  9. The classes must be somehow connected to runtime environment in
  10. order to generate proper traces.