update authors.md

This commit is contained in:
Simon Cruanes 2014-11-23 15:36:26 +01:00
parent c6e359c406
commit 2fc8b19a67
3 changed files with 6 additions and 2 deletions

View file

@ -5,3 +5,4 @@
- Jacques-Pascal Deplaix - Jacques-Pascal Deplaix
- Nicolas Braud-Santoni - Nicolas Braud-Santoni
- Whitequark (Peter Zotov) - Whitequark (Peter Zotov)
- hcarty (Hezekiah M. Carty)

View file

@ -6,7 +6,7 @@
- new `CCIO` module, much simpler, but incompatible interface - new `CCIO` module, much simpler, but incompatible interface
- renamed `CCIO` to `advanced.CCMonadIO` - renamed `CCIO` to `advanced.CCMonadIO`
- `CCError.t` now has two type arguments - `CCError.t` now has two type arguments (thanks to @hcarty)
#### other changes #### other changes
@ -29,7 +29,7 @@
#### breaking changes #### 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`: - `CCError`:
* now polymorphic on the error type * now polymorphic on the error type
* some retro-incompatibilies (wrap,guard) * some retro-incompatibilies (wrap,guard)

View file

@ -10,3 +10,6 @@
7. commit, tag, and push both to github 7. commit, tag, and push both to github
8. new opam package 8. new opam package
## List Authors
`git log --format='%aN' | sort -u`