April 13, 2020
Glad to announce the first beta for the 2.091.1 point release, ♥ to the 10 contributors.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.091.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin

April 19, 2020
On 4/13/20 7:50 AM, Martin Nowak wrote:
> Glad to announce the first beta for the 2.091.1 point release, ♥ to the 10 contributors.
> 
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.091.1.html
> 
> As usual please report any bugs at
> https://issues.dlang.org

Is it possible for someone to review this regression fix before the release? I think it's pretty straightforward:

https://github.com/dlang/dmd/pull/11044

Without it, documentation generators that use the json output of dmd are broken (they display versioned out code docs, and with the wrong privacy attributes).

-Steve