Skip to content

Commit

Permalink
Move changelog record
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Apr 28, 2022
1 parent 99e77bd commit 06cac96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable, unreleased changes to this project will be documented in this file. For the released changes, please visit the [Releases](https://github.com/mirumee/saleor/releases) page.

# Unreleased
- Migrate order line id from int to UUID - #9637 by @IKarbowiak
- Changed the order `id` changed from `int` to `UUID`, the old ids still can be used
for old orders.

# 3.3.1

Expand Down Expand Up @@ -49,9 +52,6 @@ All notable, unreleased changes to this project will be documented in this file.
- Fix for raising Permission Denied when anonymous user calls `checkout.customer` field - #9573 by @korycins
- Optimize stock warehouse resolver performance (955489bff) by @tomaszszymanski129
- Improve shipping zone filters performance (#9540) (7841ec536) by @tomaszszymanski129
- Migrate order line id from int to UUID - #9637 by @IKarbowiak
- Changed the order `id` changed from `int` to `UUID`, the old ids still can be used
for old orders.

# 3.2.0

Expand Down

0 comments on commit 06cac96

Please sign in to comment.