experiment
[repo-manager.git] / CHANGELOG.md
blob12deb9260d44c5bbd759c43a247bb7b20468c16c
1 # Change Log\r
2 All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).\r
3 \r
4 ## [Unreleased]\r
5 ### Changed\r
6 - Add a new arity to `make-widget-async` to provide a different widget shape.\r
7 \r
8 ## [0.1.1] - 2016-07-09\r
9 ### Changed\r
10 - Documentation on how to make the widgets.\r
12 ### Removed\r
13 - `make-widget-sync` - we're all async, all the time.\r
15 ### Fixed\r
16 - Fixed widget maker to keep working when daylight savings switches over.\r
18 ## 0.1.0 - 2016-07-09\r
19 ### Added\r
20 - Files from the new template.\r
21 - Widget maker public API - `make-widget-sync`.\r
23 [Unreleased]: https://github.com/your-name/repo-manager/compare/0.1.1...HEAD\r
24 [0.1.1]: https://github.com/your-name/repo-manager/compare/0.1.0...0.1.1\r