File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 3.x - Unreleased] - 2022 -xx-xx
3+ ## [ 3.x - Unreleased] - 2023 -xx-xx
44
5+ ## [ 3.11.0] - 2023-02-04
56### Changed
67- Calling ` json_encode() ` on a ` PackedBox ` or ` PackedItem ` now additionally serialises the entire underlying
78 ` Box ` /` Item ` where those objects also implement ` JsonSerializable ` . Previously the serialisation only included the
@@ -492,8 +493,9 @@ Initial release
492493 - Experimental code to get a feel for how calculations can best be implemented
493494 - Only works if all items fit into a single box (so not production ready at all)
494495
495- [ 3.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/3.10 .0...3.x
496+ [ 3.x - Unreleased ] : https://github.com/dvdoug/BoxPacker/compare/3.11 .0...3.x
496497
498+ [ 3.11.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.10.0...3.11.0
497499[ 3.10.0 ] : https://github.com/dvdoug/BoxPacker/compare/3.9.4...3.10.0
498500[ 3.9.4 ] : https://github.com/dvdoug/BoxPacker/compare/3.9.3...3.9.4
499501[ 3.9.3 ] : https://github.com/dvdoug/BoxPacker/compare/3.9.2...3.9.3
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'BoxPacker'
49- copyright = u'2012-2021 , Doug Wright'
49+ copyright = u'2012-2023 , Doug Wright'
5050author = u'Doug Wright'
5151
5252# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change 1- Copyright (C) 2012-2022 Doug Wright
1+ Copyright (C) 2012-2023 Doug Wright
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments