Skip to content

Commit

Permalink
v1.14 - changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
minamo7sen committed Oct 20, 2021
1 parent d9f8010 commit 0900a21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Burp JS-Miner Changelog
Notable changes in JS-Miner releases. Other code improvements that usually happen with every release are not mentioned.

## [1.14] - 2021-10-20
- Replaced `Java Regex` with `Google/RE2J`, which is much faster, and it does not need timeout tuning.
- Based on that, all timeout functionalities have been removed.
- Other improvements to make sure the extension runs faster and smoother (against huge websites) without having deadlocks.

## [1.13] - 2021-10-14
- Code Re-Structure
- Similar issues affecting the same URL are now combined into one issue.
Expand Down

0 comments on commit 0900a21

Please sign in to comment.