Skip to content

Commit

Permalink
Added CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryShomer committed Jun 24, 2018
1 parent f3a99f9 commit dd1214f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v1.2.6
------

* Added test coverage for most modules using pytest
* Refactored large portion of 'html_pbp.py' and corrected minor parser fixes in regards to penalties
* Added the module 'save_pages.py' which allows one to saves scraped files
* Added keyword arguments 'rescrape' and 'docs_dir' to the three main scraping functions. Specifying a valid directory
using 'docs_dir' will make us check if a file was already scraped and saved before getting it from the source. It will
also provide a location for us to save it if we don't have it yet. 'rescrape' only applies when a valid directory
is provided with 'docs_dir'. Setting 'rescrape' equal to True will have us scrape the file from the source even if
it's saved and save this new one.

0 comments on commit dd1214f

Please sign in to comment.