update changeling for new release.

This commit is contained in:
Kelvin Sherlock 2014-12-28 12:55:28 -05:00
parent ab783ea4c9
commit f9508bbfda
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
------------------------
0.7.9 - December 28, 2014
------------------------
* MrC, MrCpp, PEFDump, DumpXCOFF, PPCLink now supported
- various new tools implemented and bug fixes for existing ones.
* Debugger improvements:
- jsr $deadbeef now shows as jsr _deadbeef (if the macsbug name is available)
- expression evaluator now support 68k asm style offset(register) syntax
eg, $fffb(a6) is equivalent to a6-5
- backtrace support. bt prints the last 20 instructions with register values.
* SetFileInfo tool calls now set the creation, backup, and modification dates.
* etc.
------------------------
0.7.1 - October 30, 2013
------------------------