Updated CHANGELOG.md

This commit is contained in:
Kwoth
2022-04-16 16:24:11 +02:00
parent 615e1dd044
commit 789c453863
2 changed files with 2 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
# Changelog # Changelog
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
#todo .trans fix
## Unreleased ## Unreleased
## [4.1.0] - 16.04.2022
### Added ### Added
- NadekoBot now supports mysql, postgresql and sqlite - NadekoBot now supports mysql, postgresql and sqlite

View File

@@ -202,7 +202,6 @@ public sealed class MedusaLoaderService : IMedusaLoaderService, IReadyExecutor,
{ {
var moduleInfos = new List<ModuleInfo>(); var moduleInfos = new List<ModuleInfo>();
// todo uncomment
LoadTypeReadersInternal(typeReaders); LoadTypeReadersInternal(typeReaders);
foreach (var point in snekData) foreach (var point in snekData)