diff --git a/History.md b/History.md index b0cdb71..6672e78 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.6.0 / 2016-10-03 +================== + + * Populate `RegExp.keys` when using the `tokensToRegExp` method (making it consistent with the main export) + * Allow a `delimiter` option to be passed in with `parse` + * Updated TypeScript definition with `Keys` and `Options` updated + 1.5.3 / 2016-06-15 ==================