···158158- Fixed a bug where useless comparison warnings for floats compared literal
159159 strings, claiming for example that `1.0 == 1.` was always false.
160160 ([fruno](https://github.com/fruno-bulax/))
161161+162162+- Fixed a bug where pattern variables in case clause guards would incorrectly
163163+ shadow outer scope variables in other branches when compiling to JavaScript.
164164+ ([Elias Haider](https://github.com/EliasDerHai))
165165+