Skip to content

Commit 835d195

Browse files
authored
Update CHANGELOG.md (roblox-ts#2817)
1 parent 834585a commit 835d195

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- Fixed internal transformPaths transformer ([#2800][2800])
2727
- Added support for `.luau` file extension ([#2802][2802])
2828
- Fix typo in issue #1149's diagnostic ([#2649][2649])
29-
- Added an error if `types` is not found in tsconfig.json ([#2533][2533])
29+
- Added an error if `types` specified in tsconfig.json are not found ([#2533][2533])
3030

3131
### **Breaking Changes**
3232
- To continue using `@rbxts/roact` + JSX
@@ -46,6 +46,7 @@
4646
- The TypeScript update includes a few edge-case breaking changes: [5.4](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/#notable-behavioral-changes8) and [5.5](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#notable-behavioral-changes30)
4747
- roblox-ts will emit compiled files as `.luau` by default. You can keep the old behaviour by running with `--luau=false`.
4848
- Parameter decorators will now be called with the name of the method, instead of the name of the parameter. This matches TypeScript behaviour.
49+
- `typeRoots` are now verified relative to the project folder, not the `package.json`. For more info, see ([#2533][2533])
4950

5051
## 2.3.0
5152
- Removed `rbxtsc init` in favor of `npm create roblox-ts` ([#2503][2503])

0 commit comments

Comments
 (0)