Skip to content

Commit

Permalink
Issue #194
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 28, 2015
1 parent 8d531cb commit 5df50aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Big Fixes:
- Fixed a bug that could cause an infinite loop during macro expansion. Thanks to Dan Cecile for this report as well.
- Return the empty string from `string-append` if no arguments are received, instead of throwing an error.
- Throw an error when a function that takes a variable number of arguments is called without the minimum number of required arguments. For example `(map list)` should throw an error because at least 2 arguments are required.
- Use `System.Process` instead of deprecated `System.Cmd`.

v3.18
--------
Expand Down

0 comments on commit 5df50aa

Please sign in to comment.