Skip to content

Commit

Permalink
prepare the release
Browse files Browse the repository at this point in the history
  • Loading branch information
pqwy committed Nov 6, 2017
1 parent a2583e9 commit ccb33f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ env:
global:
- DEPOPTS="lwt"
- PACKAGE="notty"
- FORK_USER=yallop
- FORK_BRANCH=4.06
matrix:
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
notifications:
email: false
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.1 (2017-11-06)

* OCaml 4.06 compatible.
* Cache the internal representation of Unicode strings.
* Remove `I.ichar`. **breaking**

## v0.2.0 (2017-10-31)

* All-around speed and memory improvements.
Expand Down

0 comments on commit ccb33f0

Please sign in to comment.