Skip to content

Commit e38b0c3

Browse files
committed
Add CHANGELOG.md
1 parent 37e2316 commit e38b0c3

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
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
<!--
9+
PRs should document their user-visible changes (if any) in the
10+
Unreleased section, uncommenting the header as necessary.
11+
-->
12+
13+
## Unreleased
14+
15+
### Added
16+
* Added `@query()`, `@queryAll()`, and `@customElement` decorators ([#159](https://github.com/Polymer/lit-element/pull/159))
17+
18+
<!-- ### Changed -->
19+
<!-- ### Removed -->
20+
<!-- ### Fixed -->

0 commit comments

Comments
 (0)