Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coffee-fueled-deadlines authored Jan 2, 2020
1 parent 289c8c7 commit d2edb48
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# OSRSBytes ChangeLog
## Begin-date: 20191230
## Last-Update: 20200201

### V. 1.1.0
### V. 1.2.0
>
> Began implementation of OSRSBytes built-in shelve caching. Caching is currently implemented for `Hiscores` and a new module has been added called, `HiscoresCaching` that allows for direct manipulation of the Cache within reason by users.
>
### V. 1.1.0 (20191230)
>
> Reworked the way OSRSBytes is constructed. Previously it all initialized through `OSRSBytes/__init__.py` but that was confusing and not easily scalable (in my opinion). I've instead reworked the `__init__.py` to instead call sub-modules (namely `Hiscores.py`, `Items.py`, and `Utilities.py`).
>
Expand Down

0 comments on commit d2edb48

Please sign in to comment.