Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix typos in CHANGELOG

+6 -6
+4 -4
changelog/v1.1.md
··· 336 336 when path dependencies are used. 337 337 - Fixed a bug where `gleam new` would generate a gitignore with `build` rather 338 338 than `/build`. 339 - - Fixed where the types of generic constants could be incorrecly inferred. 339 + - Fixed where the types of generic constants could be incorrectly inferred. 340 340 - `Utf8Codepoint` has been renamed to `UtfCodepoint` in `prelude.d.mts`. 341 341 - Fixed a bug where `gleam deps list` would look in filesystem root instead of 342 342 the current directory. ··· 439 439 - Fixed a bug where the build directory could be left in an invalid state if 440 440 there is Elixir code to compile and running on Windows without permission to 441 441 create symlinks. 442 - - Fixed a bug where numbers with preceeding zeros could generate incorrect 442 + - Fixed a bug where numbers with preceding zeros could generate incorrect 443 443 JavaScript. 444 444 - The Erlang code generated by the `/.` operator no longer generates a warning 445 445 for the upcoming negative zero float change in Erlang OTP 27. ··· 591 591 - The main process started with `gleam run` no longer traps exits on Erlang. 592 592 - The formatting of code in rendered HTML documentation has been improved. 593 593 - The formatter no longer moves trailing comments out of custom type definitions. 594 - - Fixed a bug where some hexidecimal numbers would generate incorrect Erlang. 594 + - Fixed a bug where some hexadecimal numbers would generate incorrect Erlang. 595 595 - Fixed a bug where markdown tables would not render correctly in HTML 596 596 documentation. 597 597 - The float 0.0 is now rendered in Erlang as `+0.0` to silence warnings in ··· 1141 1141 - Fixed a bug where the formatter would remove braces from blocks used as the 1142 1142 subject of a case expression. 1143 1143 - Fixed a bug alternative patterns with a clause containing a pipe with a pipe 1144 - after the case expresson could render incorrect Erlang. 1144 + after the case expression could render incorrect Erlang. 1145 1145 - Fixed a bug where formatter would strip curly braces around case guards even 1146 1146 when they are required to specify boolean precedence. 1147 1147 - Fixed a bug where `gleam new` would in some situations not validate the
+1 -1
changelog/v1.5.md
··· 36 36 - OTP application trees are now shut down gracefully when `main` exits. 37 37 ([Louis Pilfold](https://github.com/lpil)) 38 38 39 - - The `gleam fix` command can now update a project's `gleam` version contraint 39 + - The `gleam fix` command can now update a project's `gleam` version constraint 40 40 to make sure it respects the inferred minimum required version. 41 41 ([Giacomo Cavalieri](https://github.com/giacomocavalieri)) 42 42
+1 -1
changelog/v1.6.md
··· 41 41 `javascript` to specify what target to use, with `erlang` being the default. 42 42 ([Mohammed Khouni](https://github.com/Tar-Tarus)) 43 43 44 - - The Erlang/Elixir compiler process is now re-used for all packages, shaving 44 + - The Erlang/Elixir compiler process is now reused for all packages, shaving 45 45 off 0.3-0.5s per compiled package. 46 46 ([yoshi](https://github.com/joshi-monster)) 47 47