April 06, 2019
Glad to announce D 2.085.1, ♥ to the 14 contributors.

http://dlang.org/download.html

This point release fixes a few issues over 2.085.0, see the changelog for more details.

http://dlang.org/changelog/2.085.1.html

-Martin
April 08, 2019
On Saturday, 6 April 2019 at 09:12:40 UTC, Martin Nowak wrote:
> Glad to announce D 2.085.1, ♥ to the 14 contributors.
>
> http://dlang.org/download.html
>
> This point release fixes a few issues over 2.085.0, see the changelog for more details.
>
> http://dlang.org/changelog/2.085.1.html
>
> -Martin

Getting this error with 2.085.1 on code previously working with 2.083.1:

/usr/include/dmd/phobos/std/typecons.d(6201,24): Error: pure function std.typecons.RefCounted!(WrappedConnection!(LockedConnection!(Connection!(VibeSocket, cast(ConnectionOptions)3)*), cast(WrappedConnectionOptions)0), cast(RefCountedAutoInitialize)1).RefCounted.RefCountedStore.move cannot call impure function std.algorithm.mutation.moveEmplace!(WrappedConnection!(LockedConnection!(Connection!(VibeSocket, cast(ConnectionOptions)3)*), cast(WrappedConnectionOptions)0)).moveEmplace

Don't suppose there is any known workaround?