Skip to content

Commit

Permalink
Update CHANGELOG with GacelaConfig->addAppConfigKeyValue(s) method
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusValera committed Jul 15, 2022
1 parent 1e4eea3 commit ead4b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

### Unreleased

- Change cache default directory to `.gacela/cache`.
- Added project namespaces.
- `GacelaConfig->setProjectNamespaces(array)` to be able to resolve gacela classes with priorities.
- Added gacela configuration for different environments.
- Allow adding config key-values from GacelaConfig.
- `GacelaConfig->addAppConfigKeyValue(string, mixed)`
- `GacelaConfig->addAppConfigKeyValues( array<string, mixed> )`

### 0.23.1
#### 2022-06-25
Expand Down

0 comments on commit ead4b1e

Please sign in to comment.