diff options
author | alyx <alyx@aleteoryx.me> | 2023-07-31 15:16:34 -0400 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-07-31 15:16:34 -0400 |
commit | 7063d682f9a49f0ab98fb1f6f75585d8672b3bad (patch) | |
tree | 1c8b498d176fd1cb8c2ceadf046785c286cee221 /index.html | |
parent | 3ac2ff96a2eaf41f65571ebb43c5c9db5d44bdde (diff) | |
download | RRCUtils-main.tar.gz RRCUtils-main.tar.bz2 RRCUtils-main.zip |
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -43,6 +43,18 @@ <button id="enabler" onclick="reloader();">Click to enable offline use!</button> <section id="changelog"> <article> + <h1>Aug 7, 2022 - Hiatuses and 'Hell yeah!'s</h1> + <hr> + <ul> + <li>Continued work on type intersection logic.</li> + <ul> + <li>By which I mean finished it!!!</li> + <li>Go to <a href="/types.html">types.html</a> and punch + <code><span style="color:khaki;">regenTypes</span>(<span style="color:crimson;">nodefoo</span>.<span style="color:crimson;">ins</span>[<span style="color:green;">0</span>])</code> into the devtools console to view it.</li> + </ul> + </ul> + </article> + <article> <h1>June 8, 2022 - <code> <span style="color:lightblue;">typedef</span> (<span style="color:crimson;">you</span>|<span style="color:crimson;">me</span>) |