Skip to content

Commit

Permalink
Updated Changelog. Updated version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Feb 19, 2016
1 parent db47f3d commit 382d35f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# v0.16.0-dev
# v0.15.1
* Bug fixes
* Fixed View module so that an element can have multiple elements within
* Removed `catch` as a javascript keyword to filter
* Fixed struct implementation so that lists of atoms for fields are compiled correctly
* Fixed head-tail pattern match to allow for more complicated scenarios
* Fixed ModuleCollector to properly alias inner modules
* Fixed raise translation to properly translate when string messages are given

# v0.15.0
* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
version: "0.16.0-dev",
version: "0.15.1",
elixir: "~> 1.0",
escript: escript_config,
deps: deps,
Expand Down

0 comments on commit 382d35f

Please sign in to comment.