Skip to content

Commit

Permalink
Markdown cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson authored Dec 27, 2019
1 parent 77c14ec commit b5efd18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## 1.1.0
### 1.1.0

* Now using a `CaseInsensitiveDict` to store tag options, so they retain the source case, but can be accessed case-insensitively.
* Dropped support for Python 2.6, tested against Python 3.8.
* Improved code coverage, formatted with black, and cleaned up Flake8 warnings.

---

### 1.0.33

* Added a `max_tag_depth` argument to the `Parser` class, defaulting to Python's recursion limit (Thanks, Lanny).
Expand Down

0 comments on commit b5efd18

Please sign in to comment.