From 6a6bc88757219162a253f224df73f047911a58df Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Wed, 29 May 2024 19:59:23 -0600 Subject: [PATCH] update changes --- Changes | 2 ++ README.md | 2 ++ dist.ini | 1 + 3 files changed, 5 insertions(+) diff --git a/Changes b/Changes index eefba4e..3310996 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + - (ProhibitUnicodeDigitInRegexp) Treat digit character class /[:digit:]/ + the same as \d (gh#7, Thanks Yoshikazu Sawa) 0.06 2024-05-09 11:08:43 -0600 - (ProhibitSignaturesAndAtUnderscore) Added new policy (gh#6) diff --git a/README.md b/README.md index 23b045e..4d93ee9 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Contributors: Ville Skyttä (SCOP) +Yoshikazu Sawa (yoshikazusawa) + # COPYRIGHT AND LICENSE This software is copyright (c) 2019-2024 by Graham Ollis. diff --git a/dist.ini b/dist.ini index 27f5c30..be74485 100644 --- a/dist.ini +++ b/dist.ini @@ -26,3 +26,4 @@ current = Graham Ollis ; if you have a preference for how to display your name ; feel free send a PR. I don't use the git hisory. contributor = Ville Skyttä (SCOP) +contributor = Yoshikazu Sawa (yoshikazusawa)