File: CHANGES.md

package info (click to toggle)
ocaml-rope 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: ml: 1,715; sh: 33; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
0.6.3 2024-02-25
----------------

- Compatibility with OCaml 5.

0.6.2 2019-03-19
----------------

- Improve the structure of the documentation.
- Use [dune](https://github.com/ocaml/dune) to compile.
- Upgrade to OPAM 2.

0.6.1 2017-12-25
----------------

- Sync the license headers with `LICENSE.md`.

0.6 2017-11-17 
--------------

- Enrich the library to have all functions of the `String` module.
- Add `rope.top` findlib library so one can just do `#require
  "rope.top";;` in the toplevel (REPL).
- Compatible with `-safe-string` and code improvements based on string
  immutability.
- Port to `jbuilder`.
- Fix all warnings.
- Clarify the license for files in `bench/` and fix FSF address.