Skip to content

Commit

Permalink
add new blog post release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 22, 2024
1 parent b3d27ef commit 9e9ae62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions content/blog/2024-06-22-release-0.15.md
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).

0 comments on commit 9e9ae62

Please sign in to comment.