Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: internetee/auction_center
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f0a5087d88397c4ec28e1f7c9f100867f6d0ebd
Choose a base ref
..
head repository: internetee/auction_center
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96cac91e9c09fada1678f0e2f67d044f43e093a4
Choose a head ref
Showing with 7 additions and 0 deletions.
  1. +7 −0 CHANGELOG.md
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
27.06.2024
* prevent offer nil issue in webpush by @OlegPhenomenon in https://github.com/internetee/auction_center/pull/1241
* Enabled partial payments https://github.com/internetee/auction_center/issues/1216
* Translation fixes https://github.com/internetee/auction_center/pull/1254, https://github.com/internetee/auction_center/pull/1264, https://github.com/internetee/auction_center/pull/1273
* New UI 2023 by @OlegPhenomenon in https://github.com/internetee/auction_center/pull/1102
* added prepend action to format foreign symbols to punicode by @OlegPhenomenon in https://github.com/internetee/auction_center/pull/1274

11.04.2024
* Added auction type to auctions api output https://github.com/internetee/auction_center/issues/1238