Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Nov 11, 2010
1 parent 66bccc6 commit e2dbee2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
RABCDAsm Changelog
==================

RABCDAsm v1.3 (2010.11.11)
--------------------------

* Fixed double precision problem
* This also fixes problems with illegal default values for function
parameters (default values for integer parameters are stored as doubles,
which might become out-of-range due to inadequate double precision)
* Added Changelog
* Documentation markdown fixes

RABCDAsm v1.2 (2010.11.06)
--------------------------

* Fixed ref generation for orphan objects which were only referenced
by other orphans
* Better error handling in `abcexport`; warn when no DoABC tags found
* Documentation updates

RABCDAsm v1.1 (2010.06.30)
--------------------------

* Private namespaces are now referenced by auto-generated names
* Use `:` to delimit namespace and name in QNames for consistency
* Warning: this breaks compatibility with v1.0 disassemblies
* Fixed relative include paths
* Add optional byte offsets to labels, which allows lossless representation
of jumps inside instructions and outside the function bounds
* Documentation updates

RABCDAsm v1.0 (2010.05.05)
--------------------------

* Initial release.

0 comments on commit e2dbee2

Please sign in to comment.