-
Notifications
You must be signed in to change notification settings - Fork 9
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
b3d27ef
commit 9e9ae62
Showing
1 changed file
with
22 additions
and
0 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,22 @@ | ||
+++ | ||
title = "Release: v0.15.0" | ||
+++ | ||
|
||
## Improve compiler | ||
|
||
### 🐛 Bug fixes | ||
|
||
* Fix recursive private access | ||
* Check for readline extension in REPL | ||
* Fix deprecation notice about signed binary number, octal and hexadecimal in REPL | ||
|
||
### 🥇 New features | ||
|
||
* Compatibility of lists and vectors in the cons function | ||
* Check mandatory function parameters during compile time | ||
* Improve output for doc command | ||
|
||
## Full list | ||
|
||
For a full list of changes, have a look at the [release notes](https://github.com/phel-lang/phel-lang/releases/tag/v0.15.0). | ||
|