Skip to content

Commit

Permalink
CHANGELOG v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jan 14, 2025
1 parent 8ac8af9 commit 1e03132
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v4.2.0
**Wollok Version: `3.3.0`**
- 🟰 Avoid redefine identity
- ⤴️ Fix REPL variable redefinition
- 🔡 Support unicode in identifiers
- 🐛 Many debugger improvements
- 💬 Fix parser for multiline comment
- ❌ Error handling enhancements
- Better feedback on message sends without receiver
- Fix validation on unnecesary redefinition with `super`

## v4.1.9
**Wollok Version: `3.2.7`**
- 👉 Fix report current line on the frame for stack traces
Expand Down Expand Up @@ -52,7 +63,6 @@

## v4.1.1
**Wollok Version: `3.2.3`**

- 🚧 Fix `import` on collisions between `.wlk` and `.wtest` files
- 🔤 Add validation for _special characters_ in file names
- 🧰 Add a lot of util functions (see [`extensions`](./src/extensions.ts) [`helpers`](./src/helpers.ts))
Expand Down

0 comments on commit 1e03132

Please sign in to comment.