Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 17, 2023
1 parent 443e469 commit 1240aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ configuration parameters.

- The setting i18n.client_charset was removed. It used to support two options "ISO-8859-1" (LATIN1) and "UTF-8", now we're UTF-8 only.

- The setting i18n.locale will likely need to be updated because locale codes have been standardized. For example, "en_US" has become "en".
Check the `locale/` directory for a list of available locale codes.

New config.inc.php section for queues is added, with the following parameters:
- default_connection (default value: database), being the default queue driver to be used;
- default_queue (default value: queue), being the default queue to be used if someone forgot to associate a queue during Queue::push()
Expand Down
3 changes: 3 additions & 0 deletions docs/release-notes/README-3.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ configuration parameters.

- The setting i18n.client_charset was removed. It used to support two options "ISO-8859-1" (LATIN1) and "UTF-8", now we're UTF-8 only.

- The setting i18n.locale will likely need to be updated because locale codes have been standardized. For example, "en_US" has become "en".
Check the `locale/` directory for a list of available locale codes.

New config.inc.php section for queues is added, with the following parameters:
- default_connection (default value: database), being the default queue driver to be used;
- default_queue (default value: queue), being the default queue to be used if someone forgot to associate a queue during Queue::push()
Expand Down

0 comments on commit 1240aaa

Please sign in to comment.