Browse Source

Update changelog

pull/4170/head
Thomas Kaul 8 months ago
parent
commit
9e8cc91975
  1. 7
      CHANGELOG.md

7
CHANGELOG.md

@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Refactored various `lodash` functions with native JavaScript equivalents
## Unreleased
### Changed
- Changed the `REDIS_HOST` from `localhost` to `redis` in `.env.example` - Changed the `REDIS_HOST` from `localhost` to `redis` in `.env.example`
- Changed the _Postgres_ host from `localhost` to `postgres` in `.env.example` - Changed the _Postgres_ host from `localhost` to `postgres` in `.env.example`
- Changed the _Postgres_ image from `postgres:15` to `postgres:15-alpine` in the `docker-compose` files - Changed the _Postgres_ image from `postgres:15` to `postgres:15-alpine` in the `docker-compose` files
- Introduced `extends` in the `docker-compose` files - Introduced `extends` in the `docker-compose` files
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Removed some uses of `lodash` helpers
## 2.132.0 - 2024-12-30 ## 2.132.0 - 2024-12-30

Loading…
Cancel
Save