Skip to content

Commit

Permalink
update changeling for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Dec 28, 2014
1 parent ab783ea commit f9508bb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.text
Original file line number Diff line number Diff line change
@@ -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
------------------------
Expand Down

0 comments on commit f9508bb

Please sign in to comment.