Skip to content

Commit

Permalink
Add CHANGELOG entry for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware authored and djbe committed Jan 30, 2017
1 parent 3fef345 commit a983f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
* Refactor stencil swift extensions registration for easier use with an existing `Extension`.
[David Jennes](https://github.com/djbe)
[#16](https://github.com/SwiftGen/StencilSwiftKit/issues/16)
* Add a "parameters parser" able to transform parameters passed as a set of strings (`a=1 b.x=2 b.y=3 c=4 c=5`) — typically provided as the command line arguments of a CLI — into a Dictionary suitable for Stencil contexts.
[David Jennes](https://github.com/djbe)
[#8](https://github.com/SwiftGen/StencilSwiftKit/pull/8)

## Before 5.0.0

Expand Down

0 comments on commit a983f21

Please sign in to comment.