diff options
| author | Bas Peschier <bpeschier@bpeschier.nl> | 2015-03-21 13:19:13 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-23 09:00:07 -0400 |
| commit | b4382b7055fc8b0078cbb50ed9c3f924635d9971 (patch) | |
| tree | ddc7565a8d6a04d2b19bea9501ef7ea490452f40 /docs | |
| parent | 74f8110e74927c231bfcd106fa28bf6e6dd034e6 (diff) | |
Fixed #16362 -- Allowed lookaround assertions in URL patterns.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 5 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 3fa068c97f..10a4db5518 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -205,6 +205,11 @@ Tests * ... +URLs +^^^^ + +* Regular expression lookaround assertions are now allowed in URL patterns. + Validators ^^^^^^^^^^ diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 78480713fb..cf9a71db97 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -436,6 +436,7 @@ Login logout Logout Loïc +lookaround lookup Lookup lookups |
