You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluent.runtime/CHANGELOG.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
Changelog
2
2
=========
3
3
4
-
fluent.runtime 0.4 (TBD)
4
+
fluent.runtime 0.4.0 (March 13, 2023)
5
5
-----------------------------------
6
6
7
-
* Drop support for Python 2.7 and 3.5
8
-
* Add support for Python 3.6 through 3.9
7
+
* Drop support for Python 2.7 and 3.5 & support for Python 3.6 through 3.9 ([#163](https://github.com/projectfluent/python-fluent/pull/163))
8
+
* Add type hints ([#180](https://github.com/projectfluent/python-fluent/pull/180))
Copy file name to clipboardExpand all lines: fluent.syntax/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# Changelog
2
2
3
-
## fluent.syntax 0.19 (TBD)
3
+
## fluent.syntax 0.19.0 (March 13, 2023)
4
4
5
-
- Drop support for Python 2.7 and 3.5
6
-
- Add support for Python 3.6 through 3.9
5
+
- Drop support for Python 2.7 and 3.5 & support for Python 3.6 through 3.9 ([#161](https://github.com/projectfluent/python-fluent/pull/161))
6
+
- Treat tab as text, not whitespace ([#179](https://github.com/projectfluent/python-fluent/pull/179))
7
+
- Add type hints ([#180](https://github.com/projectfluent/python-fluent/pull/180))
0 commit comments