Commit 2ff5c0b1e32a3e304bc6505650fb5a7093bb951f
1 parent
1ab73c64
remove my two entries into version history since they cause trouble when merging…
… with updated master branch
Showing
1 changed file
with
0 additions
and
2 deletions
oletools/olevba.py
| ... | ... | @@ -161,8 +161,6 @@ https://github.com/unixfreak0037/officeparser |
| 161 | 161 | # 2016-01-31 PL: - fixed issue #31 in VBA_Parser.open_mht |
| 162 | 162 | # - fixed issue #32 by monkeypatching email.feedparser |
| 163 | 163 | # 2016-02-07 PL: - KeyboardInterrupt is now raised properly |
| 164 | -# 2016-02-26 CH: - Add json output | |
| 165 | -# 2016-03-04 CH: - convert json to ascii in own function | |
| 166 | 164 | |
| 167 | 165 | __version__ = '0.42' |
| 168 | 166 | ... | ... |