From bc10ba1b4aae8d4e8b76ac5e0a26a53f5b5503c2 Mon Sep 17 00:00:00 2001 From: Gabriel Scherer Date: Tue, 14 Nov 2017 07:06:53 +0100 Subject: [PATCH] Revert "mention count_string" This reverts commit 0ae9a359261196ba8f085936a3d782172b5a4cca. This has to be pushed again after v2.8.0, in the right Changelog section --- ChangeLog | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77e931a85..caa13cfb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,10 +7,6 @@ This minor release supports the -safe-string mode for OCaml compilation, enforcing a type-level separation between (immutable) strings and mutable byte sequences. -- add `BatString.count_string: string -> string -> int` - #799 - (Francois Berenger) - - support -safe-string compilation #673 (Gabriel Scherer)