Skip to content

Commit

Permalink
+ update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Apr 12, 2024
1 parent 2786a8a commit 565f8c3
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 @@ -47,6 +47,10 @@
ALTER TABLE `xh_track_log` ADD COLUMN `instance` VARCHAR(50) NULL;
```

### Bug Fixes
* Endpoint urls with the correct 'controller', but a non-existent 'action', were incorrectly
returning raw `500` errors. They now return a properly JSON-formatted `404` error, as expected.

### 📚 Libraries
* gradle `7.6.4`
* grails `6.2.0`
Expand Down

0 comments on commit 565f8c3

Please sign in to comment.