Skip to content

Commit

Permalink
prepare for 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 13, 2020
1 parent 2e3393f commit 527c441
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.8.1

- add missing `CCVector.of_iter`

## 2.8

### Breaking:
Expand Down
2 changes: 1 addition & 1 deletion containers.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "containers"
version: "2.8"
version: "2.8.1"
author: "Simon Cruanes"
maintainer: "simon.cruanes.2007@m4x.org"
synopsis: "A modular, clean and powerful extension of the OCaml standard library"
Expand Down
2 changes: 1 addition & 1 deletion src/core/CCVector.mli
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ val to_list : ('a,_) t -> 'a list

val of_iter : ?init:('a,rw) t -> 'a iter -> ('a, rw) t
(** Convert an Iterator to a vector.
@since NEXT_RELEASE *)
@since 2.8.1 *)

val of_seq : ?init:('a,rw) t -> 'a sequence -> ('a, rw) t
(** Convert an Iterator to a vector.
Expand Down

0 comments on commit 527c441

Please sign in to comment.