Create CHANGELOG.md

This commit is contained in:
Somdev Sangwan
2019-04-12 19:20:02 +05:30
committed by GitHub
parent 5610c8ced9
commit 9d52ef8e2f

18
CHANGELOG.md Normal file
View File

@@ -0,0 +1,18 @@
#### 1.
- Added `JSON` support
- Fixed a major bug in detection logic
- `-o` option to save result to a file
- `--urls` option to scan list of URLs
- Ability to supply HTTP headers from CLI
#### 1.3
- improved logic
- detection by plain-text content matching
- `--include` switch to include persistent data
- fixed a bug that caused user supplied HTTP headers to have no effect
#### 1.2-beta
- Drastic performance improvement (x50 faster)
#### 1.1
Initial stable release