Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 537 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 537 Bytes

Change Log

1.0.6

  • Provide an updated wordlist for JDK12 (previously JDK8) generated by traversing all public accessible symbols of OpenJDK 12 using a new script leveraging classgraph project
  • Manually add Java reserved words copied fromt he official Java Tutorials
  • Add true, false and null literals to dictionary

1.0.0

  • Initial Release