Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add release notes for string literal and collectors fixes #1638

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion documentation/source/release-notes/2024.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Compiler
* The build rules for unified executables now properly depend on
copying included run-time libraries such as libunwind.

* Optimizations that allow the type of ``if`` expressions to be more
* Optimizations that allow the type of :drm:`if` expressions to be more
accurately estimated have been improved. For example, in this
function:

Expand All @@ -42,6 +42,9 @@ Compiler
* `Issue 1523 <https://github.com/dylan-lang/opendylan/issues/1523>`_, which
could result in a compiler abort during code generation, has been fixed.

* A `serious bug <https://github.com/dylan-lang/opendylan/issues/1624>`_ in the parsing
of multi-line string literals has been fixed.

Tools
=====

Expand All @@ -63,6 +66,14 @@ Tools
Library Updates
===============

collections
-----------

The ``collectors`` module is now `fully documented
<https://opendylan.org/library-reference/collections/collectors.html>`_, the API has been
made more consistent, and a bug in :drm:`<list>` collectors has been fixed. See `the pull
request <https://github.com/dylan-lang/opendylan/pull/1627>`_ for details.

Dylan
-----

Expand Down