···0010002- OCaml standard library `Uchar.t` support.
3 - Removes and substitutes `type Uutf.uchar = int` by the (abstract)
4 `Uchar.t` type. `Uchar.{of,to}_int` allows to recover the previous
···1+v1.0.0 2016-11-23 Zagreb
2+------------------------
34+- `Uutf.String.fold_utf_{8,16be,16le}`, allow substring folding via
5+ optional arguments. Thanks to Raphaël Proust for the idea and the
6+ patch.
7- OCaml standard library `Uchar.t` support.
8 - Removes and substitutes `type Uutf.uchar = int` by the (abstract)
9 `Uchar.t` type. `Uchar.{of,to}_int` allows to recover the previous