mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -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
|
- Jacques-Pascal Deplaix
|
||||||
- Nicolas Braud-Santoni
|
- Nicolas Braud-Santoni
|
||||||
- Whitequark (Peter Zotov)
|
- Whitequark (Peter Zotov)
|
||||||
|
- hcarty (Hezekiah M. Carty)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
3
HOWTO.md
3
HOWTO.md
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue