Add the May 2020 post.
This commit is contained in:
parent
bcaecf8cb7
commit
19cd2a2f0c
|
@ -1,6 +1,6 @@
|
|||
# Tildes Issue Log
|
||||
|
||||
[Latest Post: **February 2020**](https://til.bauke.xyz/2020/february.html).
|
||||
[Latest Post: **May 2020**](https://til.bauke.xyz/2020/may.html).
|
||||
|
||||
[Click here to view all posts](https://til.bauke.xyz/posts.html).
|
||||
|
||||
|
|
|
@ -498,5 +498,25 @@
|
|||
},
|
||||
"month": 4,
|
||||
"year": 2020
|
||||
},
|
||||
{
|
||||
"contributions": {
|
||||
"authors": 2,
|
||||
"commits": 11
|
||||
},
|
||||
"issues": {
|
||||
"closed": 4,
|
||||
"opened": 13
|
||||
},
|
||||
"lines": {
|
||||
"added": 243,
|
||||
"removed": 41
|
||||
},
|
||||
"mergeRequests": {
|
||||
"closed": 1,
|
||||
"opened": 1
|
||||
},
|
||||
"month": 5,
|
||||
"year": 2020
|
||||
}
|
||||
]
|
|
@ -0,0 +1,10 @@
|
|||
<h2 id="may-2020">
|
||||
May 2020
|
||||
<span id="authors">by @Bauke</span>
|
||||
</h2>
|
||||
|
||||
### A Very Short One
|
||||
|
||||
* A bug with tag autocompletion has been fixed, [thanks ASZH](https://gitlab.com/tildes/tildes/-/merge_requests/104)!
|
||||
* When logging in, if you enter the wrong username or password, Tildes will now specifically tell you which one was wrong.
|
||||
* A bug was fixed that caused an internal server error when voting on ignored topics.
|
Reference in New Issue