Skip to content

Commit ff304b8

Browse files
committed
Update Changelog
1 parent b22415a commit ff304b8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Unreleased
44

5-
## 0.10
5+
- Nothing yet
6+
7+
## 0.2.0
8+
9+
Officially adds support for an import hook mechanism. This allows you to create .px files containing JSX which can be imported as if they were regular Python files.
10+
11+
Note that this is in addition to the # coding: jsx mechanism - you can use either. See the examples in the readme for more details.
12+
13+
Using a separate file extension for pyjsx will make it easier to add IDE support later on.
14+
15+
## 0.1.0
616

717
- Initial release

0 commit comments

Comments
 (0)