BetterDiscordApp-rauenzi/renderer/src/data/changelog.js

12 lines
291 B
JavaScript
Raw Normal View History

2020-02-28 01:00:12 +01:00
export default {
2022-02-16 03:43:40 +01:00
description: "Improvements coming soon!",
2020-02-28 01:00:12 +01:00
changes: [
{
title: "Fixes",
type: "fixed",
2020-02-28 01:00:12 +01:00
items: [
2022-02-16 03:43:40 +01:00
"BD loads again, thanks to Strencher for this late night fix while I was away"
2020-02-28 01:00:12 +01:00
]
}
]
};