[ANN] batteries batteries.2.11.0

Hello,

The latest 2.x release of batteries is available in opam.
OCaml batteries included is a community maintained extended standard library.

The API documentation is hosted here:
https://ocaml-batteries-team.github.io/batteries-included/hdoc2/

Here is the changelog:

v2.11.0 (minor release)

This minor release fixes a few bugs or interface mismatch with OCaml stdlib,
and is compatible with BER MetaOCaml.

This is the last planned release of the v2 series.
Next planned release (v3.0.0) will introduce some API changes.

Notable changes:

    Add Unix.with_locked_file
    #904
    (Simon Cruanes, Cedric Cellier, review by Francois Berenger)

    Build with -strict-sequence
    #927
    (Armaël Guéneau, review by Francois Berenger)

    Add Legacy.Result for OCaml >= 4.8.0
    #913
    (Cedric Cellier, review by Francois Berenger)

    Remove BatOo
    #915
    (Cedric Cellier, review by Francois Berenger)

    Add BatFilename
    #910
    (Cedric Cellier, review by Francois Berenger)

    Make batteries usable with BER MetaOCaml
    #909
    (Cedric Cellier, review by Francois Berenger and Gabriel Scherer)

    Unix.sleepf is provided across all OCaml versions;
    previously it was only for OCaml >= 4.03.0
    #930
    (Francois Berenger, review by Cedric Cellier)

Happy hacking,
the batteries maintainers.

1 Like