- When adding a package that does not exist on Hex, the message is a bit friendlier. (Ameen Radwan)
- The language server now allows extracting the start of a pipeline into a variable. (Giacomo Cavalieri)
-
The compiler now correctly tracks the minimum required version for constant record updates to be
>= 1.14.0. (Giacomo Cavalieri) -
The compiler now correctly tracks the minimum required version for expressions in
BitArrays'sizeoption to be>= 1.12.0. (Giacomo Cavalieri) -
Clause guard with logical expression now compiles correctly in JS. (vyacheslavhere)