Skip to content

Commit

Permalink
doc: add release notes for string literal and collectors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Dec 18, 2024
1 parent b5fa16e commit fcb047a
Showing 1 changed file with 12 additions and 1 deletion.
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

0 comments on commit fcb047a

Please sign in to comment.