Skip to content

Commit

Permalink
Add a change log to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed Jan 19, 2014
1 parent e19e7a5 commit c863474
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ Running the debugger

4. Start KSP with ``run32-debug``. MonoDevelop should react by entering debugging mode.

==============
Technical Info
==============

=========
Compiling
=========

Expand All @@ -205,3 +207,15 @@ Specific component instructions:

4. Finally, ``package.sh`` on linux copies all necessary files into the right places, and
packs them into zip archives.

Version History
===============

**0.1**
* Initial version. Added experimental support for windows.

**0.2**
* Added FPS indicator and a utility for browsing the Unity GameObject tree.
* Merged a branch with fixes for the debugger. The most notable bug was a
deadlock if evaluating a property for the debugger watch window throws
an exception.

0 comments on commit c863474

Please sign in to comment.