From 5a8b8ad1db2ded03fb3026109b2654200a101f86 Mon Sep 17 00:00:00 2001 From: Chris Keele Date: Sun, 14 Apr 2024 00:11:17 -0500 Subject: [PATCH] Update changelog with other PR merges. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ffe81..2e91b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - Support for Elixir 1.16: removes new compiler warnings. +### Changed + +- Parser and lexer modules renamed with `erlex_` prefix to avoid conflict with similarly named modules. + +### Fixed + +- Lone `_` variables in patterns + ## 0.2.6 - 2020-03-09 ### Added