Skip to content

Commit 9dabacc

Browse files
committed
Merge branch 'version/0-47-1-RC1' into version/0-48-0-RC1
2 parents 4f87e5f + 68a3320 commit 9dabacc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## 0.47.1
10+
11+
### Added
12+
13+
- Added a new `--portable` flag to `state checkout` which will install the runtime files without the use of external
14+
symlinks. Allowing for the runtime files to be manually moved to another location.
15+
- Note that depending on how the runtime was created you may still run into issues doing this. It's best to avoid
16+
such scenarios altogether and rely on the State Tool instead.
17+
18+
### Fixed
19+
20+
- Fixed issue where installing dependencies on a small set of projects would give a JSON marshalling error.
21+
922
## 0.47.0
1023

1124
### Added

0 commit comments

Comments
 (0)