aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-12-21 14:19:21 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-12-21 14:19:21 +0100
commit881b610266f553dd45d398cc7c5cd0d3d1491ee5 (patch)
tree6d8481542b6da0c24bba08c73f2f8b744ba55ff0 /doc/manual
parent25cea2b73755feba64626fd06515a79de09c9b06 (diff)
Update release notes
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/release-notes/rl-next.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index c869b5e2f..ac662c132 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1 +1,4 @@
# Release X.Y (202?-??-??)
+
+* The TOML parser used by `builtins.fromTOML` has been replaced by [a
+ more compliant one](https://github.com/ToruNiina/toml11).