Skip to content

Commit 934bec2

Browse files
committed
Update CHANGELOG for recent PRs.
1 parent 3d0fb1f commit 934bec2

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
* Clarified instructions for sourcemaps.
12+
13+
### Fixed
14+
15+
* TypeScript no longer churns on every change in the `tmp` directory.
16+
* Make sure ember-cli-typescript is a dev dependency when generating in-repo-addons, so their TypeScript gets built correctly.
17+
* Eliminated some lint errors in the build.
18+
919
## [1.2.1] - 2018-03-14
1020

1121
### Fixed
@@ -17,8 +27,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1727
### Added
1828

1929
* Blueprint (and tests) to generate in-repo addons configured for TypeScript
20-
* @ts-ignore component template import.
21-
* -addon blueprints for all the things to generate .ts files in `app/` in an addon.
30+
* Add `// @ts-ignore` component template import.
31+
* `-addon` blueprints for all the things to generate .ts files in `app/` in an addon.
2232

2333
### Changed
2434

0 commit comments

Comments
 (0)