Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 95ceb6c

Browse files
committed
Update changelog
1 parent bfe1d0b commit 95ceb6c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.11.1 (2018-09-20)
4+
5+
#### :rocket: Enhancement
6+
* `@glimmer/component`
7+
* [#119](https://github.com/glimmerjs/glimmer.js/pull/119) Use WeakMap for storing Glimmer metadata. ([@tomdale](https://github.com/tomdale))
8+
9+
#### :bug: Bug Fix
10+
* `@glimmer/component`
11+
* [#142](https://github.com/glimmerjs/glimmer.js/pull/142) Auto-track `args`. ([@smfoote](https://github.com/smfoote))
12+
* [#119](https://github.com/glimmerjs/glimmer.js/pull/119) Use WeakMap for storing Glimmer metadata. ([@tomdale](https://github.com/tomdale))
13+
14+
#### :warning: Deprecation
15+
* `@glimmer/component`
16+
* [#141](https://github.com/glimmerjs/glimmer.js/pull/141) Add deprecation warning for tracked property dependent keys. ([@smfoote](https://github.com/smfoote))
17+
18+
#### Committers: 3
19+
- Don Denton ([happycollision](https://github.com/happycollision))
20+
- Steven ([smfoote](https://github.com/smfoote))
21+
- Tom Dale ([tomdale](https://github.com/tomdale))
22+
323
## v0.9.1 (2018-02-15)
424

525
#### :house: Internal

0 commit comments

Comments
 (0)