Create CHANGELOG.md

This commit is contained in:
Jeff Harris 2019-11-14 19:38:39 -08:00 committed by GitHub
parent f97a2d4959
commit 9d696ff806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
docs/CHANGELOG.md Normal file
View File

@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### November 14, 2019
- First [commit](https://github.com/jeff-1amstudios/dethrace/pull/9) of the correct generated c skeleton. It does not compile.
### November 12, 2019
- A [bug fix](https://github.com/jeff-1amstudios/open-watcom-v2/commit/1a00368a6c5d8dddb1d27f972ef21e399dd48b60) in Watcom `exedump` finally allowed fully correct function args to be identified
### October 27, 2018
- crayzkirk has been working with IDA to match up the symbols by hand from an older build to the released binary
### March 18, 2017
- crayzkirk finds richer debug information by using Watcom `exedump` tool
### December 14, 2014
- Carmageddon Watcom debug symbols [discovered and dumped](http://1amstudios.com/2014/12/02/carma1-symbols-dumped/)