-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog, preparing release 0.4.0.0.
- Loading branch information
1 parent
fcbf100
commit 03f774e
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Mustache library changelog | ||
|
||
## v0.4.0.0rc-4 (current stable version) | ||
|
||
- Removed `conversion` and `conversion-text` dependency. | ||
- Subsequently removed any dependency on overlapping instances | ||
- Readded support for ghc version 7.8 | ||
- Removed `Char -> Value` instance of `ToMustache` (because of overlap) | ||
- Renamed `AST` | ||
|
||
## v0.3.1.0rc-3 | ||
|
||
- Added infix precedence to conversion operators | ||
- Added `INLINEABLE` pragma to conversion functions | ||
|
||
## v0.3.0.1rc-2 | ||
|
||
Dropped GHC 7.8 support in favor of efficient and easy data conversion. | ||
|
||
## v0.3.0.0rc-1 | ||
|
||
- improved documentation | ||
- fixed a bug with scope | ||
- small interface changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters