Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.16 KB

Changes.md

File metadata and controls

55 lines (44 loc) · 1.16 KB

CFStream Release Notes

1.3.2 2023-02-08

  • Add support for OCaml 5.0 #24, thanks @kit-ty-kate

1.3.1 2020-01-20

  • Fix build for core_kernel v0.13.0.
  • Update build from jbuilder to dune.
  • Add esy support for developers.
  • Format code with ocamlformat.

1.3.0 2018-04-11

  • Require ocaml >= 4.06.0.
  • Require core_kernel >= v0.11.0.

1.2.3 2017-10-30

  • Use jbuilder for build system.
  • Require core_kernel >= v0.9.0.

1.2.2 2017-03-14

  • Minor release due to backwards incompatible change in latest solvuu-build.

1.2.1 2017-02-01

  • #10: Build system uses solvuu-build instead of OMake.

1.2.0 2015-04-25

  • Add map2 and all functions.
  • Add Result and Or_error modules.
  • #4: skip now returns the stream in input instead of fresh one

1.1.2 2014-07-02

  • #3: Fix bug in drop.
  • Reduced dependency to core_kernel instead of core.

1.1.1 2014-03-02

  • Fix doc build bug.

1.1.0 2014-03-02

  • Provide concat_map.
  • New About module.

1.0.0 2013-08-09

  • First release.