-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7daa76
commit 8750f28
Showing
2 changed files
with
41 additions
and
45 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 |
---|---|---|
@@ -1,41 +1,51 @@ | ||
# Change Log | ||
|
||
## [v1.1.3](https://github.com/danielberkompas/ex_twiml/tree/v1.1.3) (2015-04-23) | ||
## [Unreleased](https://github.com/danielberkompas/ex_twiml/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.3...HEAD) | ||
|
||
**Closed issues:** | ||
|
||
- Using with Phoenix Framework [\#7](https://github.com/danielberkompas/ex_twiml/issues/7) | ||
|
||
**Merged pull requests:** | ||
|
||
- Clean up utilities module [\#9](https://github.com/danielberkompas/ex_twiml/pull/9) ([danielberkompas](https://github.com/danielberkompas)) | ||
- Replace TwiML macros with `Macro.postwalk/2` [\#8](https://github.com/danielberkompas/ex_twiml/pull/8) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
## [v1.1.3](https://github.com/danielberkompas/ex_twiml/tree/v1.1.3) (2015-04-23) | ||
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.2...v1.1.3) | ||
|
||
**Merged pull requests:** | ||
|
||
- Feature: allow nested verbs without options [\#5](https://github.com/danielberkompas/ex_twiml/pull/5) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
## [v1.1.2](https://github.com/danielberkompas/ex_twiml/tree/v1.1.2) (2015-04-23) | ||
|
||
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.1...v1.1.2) | ||
|
||
**Merged pull requests:** | ||
**Fixed bugs:** | ||
|
||
- Bugfix: Allow using a variable as only argument to verb [\#4](https://github.com/danielberkompas/ex_twiml/pull/4) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
## [v1.1.1](https://github.com/danielberkompas/ex_twiml/tree/v1.1.1) (2015-04-17) | ||
|
||
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/v1.1.0...v1.1.1) | ||
|
||
**Merged pull requests:** | ||
**Fixed bugs:** | ||
|
||
- Error when interpolating a map property [\#3](https://github.com/danielberkompas/ex_twiml/pull/3) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
## [v1.1.0](https://github.com/danielberkompas/ex_twiml/tree/v1.1.0) (2015-04-12) | ||
|
||
[Full Changelog](https://github.com/danielberkompas/ex_twiml/compare/1.0.0...v1.1.0) | ||
|
||
**Merged pull requests:** | ||
**Implemented enhancements:** | ||
|
||
- Script to generate releases [\#2](https://github.com/danielberkompas/ex_twiml/pull/2) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add "option" feature [\#1](https://github.com/danielberkompas/ex_twiml/pull/1) ([danielberkompas](https://github.com/danielberkompas)) | ||
|
||
## [1.0.0](https://github.com/danielberkompas/ex_twiml/tree/1.0.0) (2015-03-10) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
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