Skip to content

Commit a25b179

Browse files
committed
Update NEWS for release
1 parent aff7852 commit a25b179

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NEWS.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. default-role:: code
22

3-
Unreleased
3+
0.26.0 (released 2023-02-08)
44
=============================
55

66
Removals
@@ -42,10 +42,11 @@ New Features
4242
------------------------------
4343
* Pyodide is now officially supported.
4444
* `.`, `..`, etc. are now usable as ordinary symbols (with the
45-
remaining special rule that `...` compiles to `Ellipsis`)
45+
remaining special rule that `...` compiles to `Ellipsis`).
4646
* On Pythons ≥ 3.7, Hy modules can now be imported from ZIP
4747
archives in the same way as Python modules, via `zipimport`_.
48-
* `hy2py` now supports directory input, and will recursively convert hy source code into python source code.
48+
* `hy2py` has a new command-line option `--output`.
49+
* `hy2py` can now operate recursively on a directory.
4950

5051
.. _zipimport: https://docs.python.org/3.11/library/zipimport.html
5152

0 commit comments

Comments
 (0)