We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140deeb commit 3516c32Copy full SHA for 3516c32
CHANGES.md
@@ -1,5 +1,7 @@
1
-Unreleased
2
-----------
+1.14.0 (16-Sep-2025)
+--------------------
3
+
4
+* Thread-safety with OCaml 5 (#574).
5
6
* Introduce [Re.Pcre.get_named_substring_opt]. A non raising version of
7
[Re.Pcre.get_named_substring] (#525)
@@ -14,7 +16,8 @@ Unreleased
14
16
* Fix [Re.Pcre.split]. Regression introduced in 1.12 and a previous bug with
15
17
[Re.Pcre.split] (#538).
18
-* Avoid parsing unnecessary patterns supported `Re.Emacs` in `Re.Str` (#563)
19
+* Avoid parsing unnecessary patterns supported only by `Re.Emacs` in `Re.Str`
20
+ (#563)
21
22
1.13.1 (30-Sep-2024)
23
--------------------
0 commit comments