Skip to content

Commit 39df015

Browse files
committed
Preparation for release 1.12
1 parent b229acf commit 39df015

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release 1.12 (2021-03-03)
2+
- PR #79: fast path in OCaml (instead of assembly language) [Xavier Leroy]
3+
- PR #94: remove source preprocessing and simplify configuration [Xavier Leroy]
4+
- PR #93: fix parallel build [Guillaume Melquiond]
5+
- PR #92: fix benchmark for subtraction [Guillaume Melquiond]
6+
- require OCaml 4.04 or later [Xavier Leroy]
7+
- add CI testing on macOS [Xavier Leroy]
8+
19
Release 1.11 (2020-11-09)
210
- Fixes #72, #75, #78: multiple fixes for of_string, support for underscores [hhugo]
311
- Fix #74: fix Q.to_float for denormal numbers [pascal-cuoq]

META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
description = "Arbitrary precision integers"
22
requires = ""
3-
version = "1.11"
3+
version = "1.12"
44
archive(byte) = "zarith.cma"
55
archive(native) = "zarith.cmxa"
66

77
package "top" (
8-
version = "1.11"
8+
version = "1.12"
99
description = "ZArith toplevel support"
1010
requires = "zarith"
1111
archive(byte) = "zarith_top.cma"

z.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ end
712712
(** {1 Miscellaneous} *)
713713

714714
val version: string
715-
(** Library version (this file refers to version [@VERSION]). *)
715+
(** Library version. *)
716716

717717
(**/**)
718718

0 commit comments

Comments
 (0)