diff --git a/ChangeLog.md b/ChangeLog.md index 8245e5da9..2154e2a0f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,15 +4,20 @@ T-Regx Changelog Incoming -------- +* Soon + +Added in 0.41.5 +--------------- + * Bug fixes - * Empty alteration previously always matched in-place, now empty alteration never matches. - * `Pattern::alteration([])` doesn't match anything - * `Pattern::template('@')->alteration([])` doesn't match anything - * `Pattern::builder('@')->alteration([])` doesn't match anything - * Corrected exception when `Pattern::builder()` was used with not enough bound figures. + * Empty alteration previously always matched in-place, now empty alteration never matches. + * `Pattern::alteration([])` doesn't match anything + * `Pattern::template('@')->alteration([])` doesn't match anything + * `Pattern::builder('@')->alteration([])` doesn't match anything + * Corrected exception when `Pattern::builder()` was used with not enough bound figures. * Other - * Changed signature of `Pattern::of()`, so `$modifiers` argument default value is no longer - `null` but an empty string. It poses no difference in the behaviour of the method, but the + * Changed signature of `Pattern::of()`, so `$modifiers` argument default value is no longer + `null` but an empty string. It poses no difference in the behaviour of the method, but the type of the argument is similifed from `null|string` to `string` in documentation tools. Added in 0.41.4 diff --git a/ReadMe.md b/ReadMe.md index 2be2dfbf7..8197e030e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -4,7 +4,7 @@
@@ -16,7 +16,7 @@ PHP regular expressions brought up to modern standards. [![last commit](https://img.shields.io/github/last-commit/t-regx/T-Regx/develop.svg)](https://github.com/t-regx/T-Regx/commits/develop) [![commit activity](https://img.shields.io/github/commit-activity/y/t-regx/T-Regx.svg)](https://github.com/t-regx/T-Regx) -[![Commits since](https://img.shields.io/github/commits-since/t-regx/T-Regx/0.41.4/develop.svg)](https://github.com/t-regx/T-Regx/compare/0.41.4...develop) +[![Commits since](https://img.shields.io/github/commits-since/t-regx/T-Regx/0.41.5/develop.svg)](https://github.com/t-regx/T-Regx/compare/0.41.5...develop) [![Unit tests](https://img.shields.io/badge/Unit%20tests-3867-brightgreen.svg)](https://github.com/t-regx/T-Regx) [![Unit tests](https://img.shields.io/badge/Assertions-6079-brightgreen.svg)](https://github.com/t-regx/T-Regx) [![Code Climate](https://img.shields.io/codeclimate/maintainability/t-regx/T-Regx.svg)](https://codeclimate.com/github/t-regx/T-Regx)