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