Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Feb 1, 2025
1 parent e9346cb commit 19c2b93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ this project adheres to [Semantic Versioning 2.0.0](https://semver.org/).
`pygerber.gerber.ast.nodes.aperture.ABopen` for consistency.
- Changed `pygerber.gerber.ast.nodes.aperture.AB_close` to
`pygerber.gerber.ast.nodes.aperture.ABclose` for consistency.
- Changed order of box and origin parameters in `create_eager_layer` and
`create_deferred_layer` for consistency.
- Moved `CoordinateX`, `CoordinateY`, `CoordinateI` and `CoordinateJ` to separate
modules.
- Added `pygerber.gerber.lint` package containing linting tools for Gerber files.
- Added `pygerber gerber lint` command to CLI for linting Gerber files.
- Changed how empty images are handled in `VirtualMachine`, they no longer throw an
exception by default. This can be changed by passing
`fail_on_empty_auto_sized_layer=True` to `VirtualMachine` constructor.

## Pre-Release 3.0.0a4

Expand Down

0 comments on commit 19c2b93

Please sign in to comment.