Fix parser/pretty printer for OTP-27 (#502)

* In OTP-27 else is made a keyword, so needs quouting

* Fix List.aes - remove unnecessary self-qualification

* Changelog
This commit is contained in:
Hans Svensson
2024-02-16 09:57:23 +01:00
committed by GitHub
parent 944ed49f0b
commit de426a210b
4 changed files with 10 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Support for OTP-27 - no changes in behavior.
### Changed
### Removed
### Fixed