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 bcb7710
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/source/release-notes/2024.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 bcb7710

Please sign in to comment.