1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Add changelog entry for RegExp lookbehind support.

Change-Id: Iafc99d75bcfeaa5a236bdff7808bace1b153445e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96945
Auto-Submit: Stevie Strickland <sstrickl@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Stevie Strickland 2019-03-14 17:24:04 +00:00 committed by commit-bot@chromium.org
parent 1c02016b7b
commit ae8a47e92c

View File

@ -8,6 +8,8 @@
### Dart VM
* RegExp patterns can now use lookbehind assertions.
### Tool Changes
#### Pub client