Skip to content

Commit d99e953

Browse files
committed
Updated changelog
1 parent f677d2f commit d99e953

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.22.0-dev
2+
* Bug fixes
3+
* Correctly returning list if list is only item in body
4+
15
# v0.21.0
26
* Enhancements
37
* This is the first release with early support for processes in elixirscript. Creating a process only works currently using `spawn/1`, `spawn_link/1`, and `spawn_monitor/1`. Inside of a process, you can use functions such as `send` and `receive`, along with some defined in the `Process` module. From outside of a process, you can send messages to a process, but you cannot receive a message from a process. Eventually all code will run inside processes and this restriction will naturally lift.

0 commit comments

Comments
 (0)