Adding v0.12.1 release notes.

This commit is contained in:
Dessalines 2021-09-04 09:33:26 -04:00
parent 0940fb5f00
commit 9376c67ade

View file

@ -1,3 +1,11 @@
# Lemmy v0.12.1 Release (2021-09-04)
Fixed several critical websocket bugs.
- Wasn't correctly getting comment parent user for mark as read. Fixes [#1767](https://github.com/LemmyNet/lemmy/issues/1767)
- Was using all recipients for simple comment return. Fixes [#1766](https://github.com/LemmyNet/lemmy/issues/1766)
- Fix comment scrolling bug. Fixes [#394](https://github.com/LemmyNet/lemmy-ui/issues/394)
# Lemmy v0.12.0 Release (2021-09-03)
## Changes