| Index: pkg/path/CHANGELOG.md
|
| diff --git a/pkg/path/CHANGELOG.md b/pkg/path/CHANGELOG.md
|
| index 9a6eccfce68a26f13fbfe5c4f886e2c8615812b2..f1d24858727ac0170fbd50633a4c0c70d94b37a9 100644
|
| --- a/pkg/path/CHANGELOG.md
|
| +++ b/pkg/path/CHANGELOG.md
|
| @@ -3,6 +3,9 @@
|
| * Many members on `Style` that provided access to patterns and functions used
|
| internally for parsing paths have been deprecated.
|
|
|
| +* Manually parse paths (rather than using RegExps to do so) for better
|
| + performance.
|
| +
|
| # 1.2.0
|
|
|
| * Added `path.prettyUri`, which produces a human-readable representation of a
|
|
|