From: K.Kosako Date: Fri, 16 Mar 2018 01:15:57 +0000 (+0900) Subject: update HISTORY for 6.8.0 X-Git-Tag: v6.8.0~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=782b2e57fd4d163bd82beb9356c526f681269858;p=onig update HISTORY for 6.8.0 --- diff --git a/HISTORY b/HISTORY index 4eee81c..c4dcc47 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,20 @@ History +2018/03/16: Version 6.8.0 + +2018/03/12: add doc/CALLOUTS.BUILTIN for builtin callouts +2018/03/08: allow abbreviated notation for callouts (?(*name)..|..) (?(?{...})..|..) +2018/03/02: NEW API: move onigenc_strdup() from regenc.h to oniguruma.h +2018/02/21: remove all USE_COMBINATION_EXPLOSION_CHECK +2018/02/15: fix #78: bad definition of PV_() +2018/02/14: add configure option --enable-posix-api (for #77) +2018/02/08: implement callouts of name +2018/02/01: implement callouts of contents +2018/01/30: define ONIGURUMA_VERSION_INT +2018/01/29: enable USE_TRY_IN_MATCH_LIMIT by default +2018/01/29: NEW API: onig_search_with_param() onig_match_with_param() +2018/01/26: remove include windows.h from oniguruma.h + 2018/01/26: Version 6.7.1 2018/01/25: disable USE_TRY_IN_MATCH_LIMIT by default