Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2278] Fix Incomplete Ordered Dict #2280

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

Rixxan
Copy link
Contributor

@Rixxan Rixxan commented Jul 29, 2024

Description

Fixes a bug in 5.11.x where OrderedDict was allegedly removed but the format of OrderedDict wasn't actually handed over. Also includes translation updates and changelog for 5.11.3-beta0

Type of Change

Bug Fix

How Tested

Tested in game on development builds and checking versus other known-converted schema pushes.

Notes

Fixes #2278

@Rixxan Rixxan added bug python Pull requests that update Python code EDDN labels Jul 29, 2024
@Rixxan Rixxan added this to the 5.12 milestone Jul 29, 2024
@Rixxan Rixxan self-assigned this Jul 29, 2024
@Rixxan Rixxan linked an issue Jul 29, 2024 that may be closed by this pull request
@Rixxan Rixxan merged commit c5d48bb into EDCD:develop Jul 30, 2024
3 checks passed
@Rixxan Rixxan deleted the fix/2278/incomplete-ordered-dict branch July 30, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug EDDN python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Odd message: "unhashable type: list"
1 participant