Change Log: https://dlang.org/changelog/2.112.0.html
A significant number of fixes weren't included in the log, nor were their authors. A simple example is my pull requests:
https://github.com/dlang/dmd/pulls?q=is%3Apr+author%3Avindexbit+is%3Aclosed
Fixed: #21323 (DMD miscompiles real[1]), #20145 (delegate conversion in static initializers), #19163 (ICE with delegate in UDA), #22322 (converting real to float).
All these changes are in the compiler code, but they are not reflected in any change log.
Change Log: https://dlang.org/changelog/2.112.0.html
A significant number of fixes weren't included in the log, nor were their authors. A simple example is my pull requests:
https://github.com/dlang/dmd/pulls?q=is%3Apr+author%3Avindexbit+is%3Aclosed
Fixed: #21323 (DMD miscompiles real[1]), #20145 (delegate conversion in static initializers), #19163 (ICE with delegate in UDA), #22322 (converting real to float).
All these changes are in the compiler code, but they are not reflected in any change log.