Skip to content

Commit

Permalink
Update changelog for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
okready committed Apr 29, 2018
1 parent 42ddddb commit 822904c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.1] - 2018-04-29
### Added
- `Scratchpad::static_new()` function for creating scratchpads backed by
static arrays without having to pass array instances as function parameters.
Expand Down Expand Up @@ -39,4 +39,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/okready/scratchpad/compare/0.1.0...HEAD
[0.1.1]: https://github.com/okready/scratchpad/compare/0.1.0...0.1.1

0 comments on commit 822904c

Please sign in to comment.