Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Feb 19, 2019
1 parent d8d9c03 commit 539c840
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [0.4.3] - unreleased

- Added: [[#121](https://github.com/chfast/ethash/pull/121)]
The public `version.h` header with information about the ethash library version.
- Added: [[#121](https://github.com/chfast/ethash/pull/121)]
Ethash and ProgPoW revisions exposed as `{ethash,progpow}::revision` constants.

## [0.4.2] - 2019-01-24

- Fixed: The `progpow.cpp` file encoding changed from utf-8 to ascii.

## [0.4.1] - 2018-12-14

- Added: [KISS99 PRNG](https://en.wikipedia.org/wiki/KISS_(algorithm)) distribution tester tool.
- Changed: ProgPoW implementation updated to revision [0.9.2][progpow-changelog].
- Changed: ProgPoW implementation optimizations.

## [0.4.0] - 2018-12-04

- Added: Experimental support for [ProgPoW] [0.9.1][ProgPoW-changelog].


[0.4.3]: https://github.com/chfast/ethash/compare/v0.4.2...master
[0.4.2]: https://github.com/chfast/ethash/releases/tag/v0.4.2
[0.4.1]: https://github.com/chfast/ethash/releases/tag/v0.4.1
[0.4.0]: https://github.com/chfast/ethash/releases/tag/v0.4.0

[ProgPoW]: https://github.com/ifdefelse/ProgPOW/blob/master/README.md
[ProgPoW-changelog]: https://github.com/ifdefelse/ProgPOW#change-history

0 comments on commit 539c840

Please sign in to comment.