diff --git a/AUTHORS.md b/AUTHORS.md index 61fe076f..1ff14f65 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,3 +5,4 @@ - Jacques-Pascal Deplaix - Nicolas Braud-Santoni - Whitequark (Peter Zotov) +- hcarty (Hezekiah M. Carty) diff --git a/CHANGELOG.md b/CHANGELOG.md index d55a1d61..70bd329a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - new `CCIO` module, much simpler, but incompatible interface - renamed `CCIO` to `advanced.CCMonadIO` -- `CCError.t` now has two type arguments +- `CCError.t` now has two type arguments (thanks to @hcarty) #### other changes @@ -29,7 +29,7 @@ #### breaking changes -- dependency on `cppo` (thanks to @whitequark, see AUHORS.md) and `bytes` +- dependency on `cppo` (thanks to @whitequark, see `AUTHORS.md`) and `bytes` - `CCError`: * now polymorphic on the error type * some retro-incompatibilies (wrap,guard) diff --git a/HOWTO.md b/HOWTO.md index fa7d4449..f354c48d 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -10,3 +10,6 @@ 7. commit, tag, and push both to github 8. new opam package +## List Authors + +`git log --format='%aN' | sort -u`