Skip to content

Commit 44aa8b7

Browse files
committed
Merge 0131.
1 parent 351eba6 commit 44aa8b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

proposals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ just loads it via JavaScript. Hence, the following declaration isn't used.
138138
<proposal id="0128" status="active" name="Change failable UnicodeScalar initializers to failable" filename="0128-unicodescalar-failable-initializer.md"/>
139139
<proposal id="0129" status="active" name="Package Manager Test Naming Conventions" filename="0129-package-manager-test-naming-conventions.md"/>
140140
<proposal id="0130" status="active" name="Replace repeating `Character` and `UnicodeScalar` forms of String.init" filename="0130-string-initializers-cleanup.md"/>
141-
141+
<proposal id="0131" status="active" name="Add `AnyHashable` to the standard library" filename="0131-anyhashable.md"/>
142142

143143
<!--
144144
Recognized values for a proposal's status:

proposals/xxxx-anyhashable.md renamed to proposals/0131-anyhashable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Add `AnyHashable` to the standard library
22

3-
* Proposal: [SE-NNNN](NNNN-anyhashable.md)
3+
* Proposal: [SE-0131](0131-anyhashable.md)
44
* Author: [Dmitri Gribenko](https://github.com/gribozavr)
5-
* Status: **Awaiting review**
6-
* Review manager: TBD
5+
* Status: **Active Review July 23...25**
6+
* Review manager: [Chris Lattner](http://github.com/lattner)
77

88
## Introduction
99

0 commit comments

Comments
 (0)