Skip to content

Commit

Permalink
Add SIP results for the past 3 SIP meetings (#2919)
Browse files Browse the repository at this point in the history
* Add SIP results for the past 3 SIP meetings

* Update _sips/results/2023-07-21-meeting.md

Co-authored-by: Jamie Thompson <[email protected]>

* Update _sips/results/2023-09-11-meeting.md

Co-authored-by: Jamie Thompson <[email protected]>

* Update _sips/results/2023-10-20-meeting.md

Co-authored-by: Jamie Thompson <[email protected]>

---------

Co-authored-by: Jamie Thompson <[email protected]>
  • Loading branch information
anatoliykmetyuk and bishabosha authored Oct 24, 2023
1 parent 5313b7c commit 5af9a27
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/sip-meeting-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
{% endfor %}
</tbody>
</table>

<div>
{{content}}
</div>
7 changes: 7 additions & 0 deletions _sips/results/2023-07-21-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: sip-meeting-results
title: SIP Meeting Results - 21st July 2023
partof: results
proposals: []
---
No voting was held on this meeting.
7 changes: 7 additions & 0 deletions _sips/results/2023-09-11-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: sip-meeting-results
title: SIP Meeting Results - 11th September 2023
partof: results
proposals: []
---
No voting was held on this meeting.
9 changes: 9 additions & 0 deletions _sips/results/2023-10-20-meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: sip-meeting-results
title: SIP Meeting Results - 20th October 2023
partof: results
proposals:
- url: https://docs.scala-lang.org/sips/binary-api.html
name: SIP-52 - Binary APIs
result: accepted
---

0 comments on commit 5af9a27

Please sign in to comment.