Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Aug 14, 2024
1 parent 0389a1b commit fbac4b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Highlighted Features

* Switch application server from Thin to Puma (Graeme Porteous)
* Fix rendering invoices page when there are discounted Pro subscription (Graeme
Porteous)
* Drop support for Ruby 3.0 (Graeme Porteous)
Expand Down Expand Up @@ -93,6 +94,13 @@

bin/rails temp:migrate_public_body_categories

* _Required:_ This release transitions the application server from Thin to
Puma. Ensure to remove `/etc/init.d/alaveteli` or
`/etc/init.d/alaveteli-thin`, if either exists, and create the systemd service
for Puma. You can generate this by running `rake config_files:convert_daemon
DAEMON=puma.service`. For detailed instructions, refer to [the
documentation](https://alaveteli.org/docs/installing/cron_and_daemons/#puma).

* _Optional:_ Bodies with not many requests will automatically get tagged
`not_many_requests` as they are updated. If you want to automatically tag them
all in one go, run the following from the app root directory:
Expand Down

0 comments on commit fbac4b1

Please sign in to comment.