Releases: IronLanguages/dlr
Releases · IronLanguages/dlr
DLR 1.3.4
Resolves an issue with DebuggerDisplay and VB (thanks @BCSharp) and performance improvement when accessing ScopedStorage (thanks @arontsang).
DLR 1.3.3
Changes the minimum .NET Framework to v4.5.2 and adds .NET 6 assemblies. Also resolves issues with .NET Framework 4.6.2 and .NET 7.
DLR 1.3.2
Adds GNU Readline keybindings to the SuperConsole (thanks @BCSharp !) and resolves an issue which caused a failure when loading IronPython with Blazor WebAssembly (thanks @TwoUnderscorez !).
DLR 1.3.1
This release brings in changes to support the IronPython 3.4.0-beta release. It also resolves issues with .NET 5/6 and drops support for .NET Core 2.1.
Thanks to @BCSharp for the contributions!
DLR 1.3.0
This release is to support the IronPython 2.7.11 release. It brings in changes to improve handling parameter dictionary arguments (thanks @BCSharp).
DLR 1.3.0-candidate1
This release removes zlib.net from the DLR and resolves some issues with IronPython.
DLR 1.2.3
This release adds .NET Core 3.1 support to the DLR.
DLR 1.2.3-candidate1
Release candidate with .NET Core 3.0 support and Source Link!
DLR 1.2.3-alpha0
This is a minor release to provide a .NET Standard 2.0 package.
DLR 1.2.2
This release has additional updates for modern C# usage as well as some work on unifying the implementation with the implementation in .NET Core. Thanks to @slozier and @gpetrou for their work!