Skip to content

Commit

Permalink
changeling, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Feb 13, 2015
1 parent d48f3c3 commit a7301cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.text
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

-------------------------
0.8.0 - February 12, 2014
-------------------------

* new debugger feature: templates ("a0;t HFileInfo" to display as an HFileInfo struct)
* Prevent OS X Resource Manager from byteswapping resource data. Rez and DeRez now work.
* .sym and .ntkc files considered binary (Newton tools)
* some support for the MetroWerks MPW tools
* Lots of other miscellaneous bug fixes and tweaks

-------------------------
0.7.9.a - January 4, 2014
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion bin/loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ void MidInstructionExceptionFunc()
}


#define MPW_VERSION "0.7.2"
#define MPW_VERSION "0.8.0"
void help()
{
printf("MPW " MPW_VERSION "\n");
Expand Down

0 comments on commit a7301cf

Please sign in to comment.