Skip to content

Commit

Permalink
update changelog according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
achan3 committed Oct 19, 2023
1 parent b114ead commit 151fdd7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### Fixed

- Bundler
- JavaScript

- Add logic to disable scope hoisting if the `this` key word is pointing to an export module [Details](https://github.com/parcel-bundler/parcel/pull/9291)
- updates the `build-bundles` script to use `rimraf` instead of `rm -rf` [Details](https://github.com/parcel-bundler/parcel/pull/9314)
- Detect TSC polyfills to avoid marking them as CJS [Details](https://github.com/parcel-bundler/parcel/pull/9318)

### Unstable

- Bundler

- Fix inline constants in shared bundles [Details](https://github.com/parcel-bundler/parcel/pull/9313)
- Ensure manualSharedBundles have unique names [Details](https://github.com/parcel-bundler/parcel/pull/9298)
- Simplify MSB code for code split bundle creation section [Details](https://github.com/parcel-bundler/parcel/pull/9312)
- JavaScript
- Detect TSC polyfills to avoid marking them as CJS [Details](https://github.com/parcel-bundler/parcel/pull/9318)

## [2.10.0] – 2023-10-11

Expand Down

0 comments on commit 151fdd7

Please sign in to comment.