### Fix * Bind src/dest/symlink to the gulp instance to support esm exports ([5667666](https://github.com/gulpjs/gulp/commit/5667666)) - Ref [standard-things/esm#797](https://github.com/standard-things/esm/issues/797) ### Docs * Add notes about esm support ([4091bd3](https://github.com/gulpjs/gulp/commit/4091bd3)) - Closes [#2278](https://github.com/gulpjs/gulp/issues/2278) * Fix the Negative Globs section & examples ([3c66d95](https://github.com/gulpjs/gulp/commit/3c66d95)) - Closes [#2297](https://github.com/gulpjs/gulp/issues/2297) * Remove next tag from recipes ([1693a11](https://github.com/gulpjs/gulp/commit/1693a11)) - Closes [#2277](https://github.com/gulpjs/gulp/issues/2277) * Add default task wrappers to Watching Files examples to make runnable ([d916276](https://github.com/gulpjs/gulp/commit/d916276)) - Closes [#2322](https://github.com/gulpjs/gulp/issues/2322) * Fix syntax error in lastRun API docs ([ea52a92](https://github.com/gulpjs/gulp/commit/ea52a92)) - Closes [#2315](https://github.com/gulpjs/gulp/issues/2315) * Fix typo in Explaining Globs ([5d81f42](https://github.com/gulpjs/gulp/commit/5d81f42)) - Closes [#2326](https://github.com/gulpjs/gulp/issues/2326) ### Build * Add node 12 to Travis & Azure ([b4b5a68](https://github.com/gulpjs/gulp/commit/b4b5a68))