diff --git a/docs/parser.md b/docs/parser.md index 04f93b6b76..357a51aa68 100644 --- a/docs/parser.md +++ b/docs/parser.md @@ -256,7 +256,7 @@ You should enable these features only if you are using an older version. History | Version | Changes | | --- | --- | -| `7.19.0` | The `syntaxType` option of the `recordAndTuple` plugin defaults to `hash` | +| `7.19.0` | The `syntaxType` option of the `recordAndTuple` plugin defaults to `hash`; added `allowCallParenthesized` option for the `decorators` plugin. | | `7.17.0` | Added `@@` and `^^` to the `topicToken` option of the `hack` pipeline operator | | `7.16.0` | Added `disallowAmbiguousJSXLike` for `typescript` plugin. Added `^` to the `topicToken` option of the `hack` pipeline operators | | `7.14.0` | Added `dts` for `typescript` plugin | diff --git a/docs/plugin-proposal-decorators.md b/docs/plugin-proposal-decorators.md index eceb33f00b..77fff1b41f 100644 --- a/docs/plugin-proposal-decorators.md +++ b/docs/plugin-proposal-decorators.md @@ -84,6 +84,7 @@ require("@babel/core").transformSync("code", { History | Version | Changes | | --- | --- | +| `v7.19.0` | Added support for `version: "2022-03"` | | `v7.17.0` | Added the `version` option with support for `"2021-12"`, `"2018-09"` and `"legacy"` |