mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
update authors.md
This commit is contained in:
parent
c6e359c406
commit
2fc8b19a67
3 changed files with 6 additions and 2 deletions
|
|
@ -5,3 +5,4 @@
|
|||
- Jacques-Pascal Deplaix
|
||||
- Nicolas Braud-Santoni
|
||||
- Whitequark (Peter Zotov)
|
||||
- hcarty (Hezekiah M. Carty)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
3
HOWTO.md
3
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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue