Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomphp committed Sep 8, 2016
1 parent ef4ed94 commit 851f537
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.0] - 2016-09-08
### Added
* `printf` style message formatting.
* Utility function to convert the type of a variable to a string.
* Utility function to convert the value of a variable to a string.
* Utility function to convert a list of values to a string.

0 comments on commit 851f537

Please sign in to comment.