Skip to content

Commit

Permalink
Changelog & unused import removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIIL committed Jul 28, 2023
1 parent 14c9197 commit 32d2276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.charset.StandardCharsets;
import java.nio.file.FileVisitOption;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import java.util.Collections;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/changelog/0.20.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Features:

* Improved entrypoint exception handling a bit.
* Added error description for simple "breaks".
* [#336] Memory usage improvements during transform cache building (embeddedt)

Bug Fixes:

Expand Down

0 comments on commit 32d2276

Please sign in to comment.