* Dump() system extension, similar to Linqpad Dump. Allows to display object properties as well as sub-objects in console. For ex. anyObj.Dump()
* Collaboration issues where only host can see run results are fixed
* Collaboration options are now synced between all connected users
* Auto Complete now works for namespaces after using and imports keywords
* Auto Complete is case insensitive
* Double-clicking on error in output window will place cursor on error. Error line in output must have a line number in it.
* Auto Complete works for partial match, so if you type Console.Line - you will have an option of WriteLine in a list
* System.Numerics namespace is now available
* All www.dotnetfiddle.net requests are routed to dotnetfiddle.net
* Added Contact Us and Change Log menu items
* Split "Feedback" button into Support and User Voice to make it more clear
Console.WriteLine("CHANGE LOG");
Console.WriteLine("==========");
Console.WriteLine("Look up...");