···474474 definitions for records with a field named `constructor`.
475475 ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
476476477477+- Fixed a bug where the compiler would generate invalid code for `let assert`
478478+ expression with bit array patterns.
479479+ ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
480480+481481+- Fixed a bug where the compiler would evaluate the numerator and denominator
482482+ of a division in the wrong order.
483483+ ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
484484+485485+- Fixed a bug where the compiler would generate Erlang code that raises further
486486+ warnings for unused values.
487487+ ([Giacomo Cavalieri](https://github.com/giacomocavalieri))
488488+477489- Fixed a bug where the compiler would raise a warning for truncated int
478490 segments when compiling a function with a JavaScript external.
479491 ([Giacomo Cavalieri](https://github.com/giacomocavalieri))