Skip to content

Commit

Permalink
add changelog fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Sep 29, 2023
1 parent 7aeabb1 commit 815cd8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/88-prereleases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- A collection that had only prereleases would cause a 500 error when visiting certain endpoints due to a lack of a ``latest_version`` key. The latest version is now the latest stable (non-prerelease) version if any exist, which is the same behavior as before, but if only prereleases exist, then ``latest_version`` will refer to the latest prerelease (https://github.com/briantist/galactory/issues/87).

0 comments on commit 815cd8e

Please sign in to comment.