mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 11:20:55 +01:00
chore: add missing changelog entries
This commit is contained in:
parent
941bb79ea6
commit
5ad3339535
1 changed files with 6 additions and 0 deletions
|
@ -14,15 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Inherit pesde-managed scripts from workspace root by @daimond113
|
- Inherit pesde-managed scripts from workspace root by @daimond113
|
||||||
- Allow using binaries from workspace root in member packages by @daimond113
|
- Allow using binaries from workspace root in member packages by @daimond113
|
||||||
- Add yanking & deprecating by @daimond113
|
- Add yanking & deprecating by @daimond113
|
||||||
|
- Add engines as a form of managing runtimes by @daimond113
|
||||||
|
- Modify existing installed packages instead of always reinstalling by @daimond113
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Install dev packages in prod mode and remove them after use to allow them to be used in scripts by @daimond113
|
- Install dev packages in prod mode and remove them after use to allow them to be used in scripts by @daimond113
|
||||||
|
- Fix infinite loop in the resolver in packages depending on themselves by @daimond113
|
||||||
|
- Do Git operations inside spawn_blocking to avoid performance issues by @daimond113
|
||||||
|
- Scope CAS package indices to the source by @daimond113
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Change handling of graphs to a flat structure by @daimond113
|
- Change handling of graphs to a flat structure by @daimond113
|
||||||
- Store dependency over downloaded graphs in the lockfile by @daimond113
|
- Store dependency over downloaded graphs in the lockfile by @daimond113
|
||||||
- Improve linking process by @daimond113
|
- Improve linking process by @daimond113
|
||||||
- Use a proper url encoding library to ensure compatibility with all characters by @daimond113
|
- Use a proper url encoding library to ensure compatibility with all characters by @daimond113
|
||||||
|
- The `*` specifier now matches all versions, even prereleases by @daimond113
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Remove old includes format compatibility by @daimond113
|
- Remove old includes format compatibility by @daimond113
|
||||||
|
|
Loading…
Add table
Reference in a new issue