Skip to content

Commit 43f3097

Browse files
committed
Update changes in README
1 parent 8ea403e commit 43f3097

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ A Python implementation of the [mustache templating language](http://mustache.gi
66

77
This library is a fork of [chevron](https://github.com/noahmorrison/chevron) authored by [Noah Morrison](https://github.com/noahmorrison).
88

9-
At this time, the only changes are switching to a modern build system, dropping support for Python 2, and verifying support for Python 3.7+.
9+
The following changes have been made:
10+
11+
- Switched to a modern build system (`poetry`)
12+
- Switched to GitHub Actions for CI
13+
- Used Ruff for linting and formatting
14+
- Dropped support for Python 2
15+
- Verified support for Python 3.7 - 3.12
16+
- Fixed bug where variables could be incorrectly resolved from other scopes (see [#3](https://github.com/zanieb/chevron-blue/pull/3))

0 commit comments

Comments
 (0)