about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2022-02-23 16:11:26 +0100
committerlcnr <rust@lcnr.de>2022-02-23 16:11:26 +0100
commitadc8a8a30a53c2ef1e6c89db2e9765dbf353ce8d (patch)
tree4569ab5f693951a21c6dcdea44a7488f83f4ef66
parentc651ba8a542c7d89b271efbf024a31091c824f4b (diff)
downloadrust-adc8a8a30a53c2ef1e6c89db2e9765dbf353ce8d.tar.gz
rust-adc8a8a30a53c2ef1e6c89db2e9765dbf353ce8d.zip
update rel notes for cg stabilization
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 96da1660c0f..12684f2323a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4,7 +4,7 @@ Version 1.59.0 (2022-02-24)
 Language
 --------
 
-- [Stabilize default arguments for const generics][90207]
+- [Stabilize default arguments for const parameters and remove the ordering restriction for type and const parameters][90207]
 - [Stabilize destructuring assignment][90521]
 - [Relax private in public lint on generic bounds and where clauses of trait impls][90586]
 - [Stabilize asm! and global_asm! for x86, x86_64, ARM, Aarch64, and RISC-V][91728]