Browse Source

feat(docs): update changelog

pull/6027/head
KenTandrian 2 weeks ago
parent
commit
8a8ea84080
  1. 6
      CHANGELOG.md

6
CHANGELOG.md

@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Migrated from _Material Design_ 2 to _Material Design_ 3
- Upgraded `prisma` from version `6.19.0` to `7.2.0`
### Todo
- Update `DATABASE_URL` in `.env`: `sslmode=prefer` is no longer supported. Use `sslmode=require` if SSL is enabled, otherwise remove the `sslmode` parameter.
## 2.233.0 - 2026-01-23
@ -71,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved the data service to `@ghostfolio/ui/services`
- Refactored the dividend import
- Refreshed the cryptocurrencies list
- Upgraded `prisma` from version `6.19.0` to `7.2.0`
### Fixed

Loading…
Cancel
Save