Skip to content

Commit

Permalink
release v0.3.1 message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcberquist committed Jan 15, 2016
1 parent 7ec161c commit bb5cc7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "messages/install.txt",
"0.2.0": "messages/0.2.0.txt",
"0.2.1": "messages/0.2.1.txt",
"0.3.0": "messages/0.3.0.txt"
"0.3.0": "messages/0.3.0.txt",
"0.3.1": "messages/0.3.1.txt"
}
6 changes: 6 additions & 0 deletions messages/0.3.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CFML v0.3.1 Changelog:

- Added `cfargument` to the list of tags that do not need a closing tag

- Syntax now correctly allows for a function return type of an object array
(e.g. public User[] function getUser(){})

0 comments on commit bb5cc7e

Please sign in to comment.