Skip to content

Commit 4762294

Browse files
committed
update changelogs by github releases
1 parent ef259ff commit 4762294

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

CHANGES.rst

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,46 @@
22
CHANGES
33
=======
44

5-
2.2.0 (unreleased)
5+
2.2.0 (2024/04/20)
66
==================
77

88
Environments
99
------------
1010

11+
* Support for Python 3.13.
12+
Update version in workflow actions and enable 3.13 by @rffontenelle in https://github.com/sphinx-doc/sphinx-intl/pull/97
13+
1114
Incompatibility
1215
---------------
1316

1417
Features
1518
--------
16-
- #90: ``update-txconfig-resources`` command sets ``resource_name`` in the ``.tx/config`` file to match the resource's slug.
19+
20+
* Set resource_name in .tx/config files to preserve resource naming behavior prior to 2.1.0 by @jpmckinney in https://github.com/sphinx-doc/sphinx-intl/pull/90
21+
* Support no obsolete option by @jdknight in https://github.com/sphinx-doc/sphinx-intl/pull/65
22+
23+
Bug Fixes
24+
---------
25+
26+
* Correctly format hyperlink by @DelazJ in https://github.com/sphinx-doc/sphinx-intl/pull/82
27+
* Fixed errors in the `~/.transifexrc` file generated by the `create-transifexrc` command by @shimizukawa in https://github.com/sphinx-doc/sphinx-intl/pull/83
28+
Note: ``create-transifexrc`` command and ``SPHINXINTL_TRANSIFEX_TOKEN`` have been deprecated. They will be removed after six months. Please use the TX_TOKEN environment variable instead.
1729

1830
Documentation
1931
-------------
2032

21-
Bug Fixes
33+
* refs #93 documentation for sphinx-intl comman-line options by @shimizukawa in https://github.com/sphinx-doc/sphinx-intl/pull/94
34+
35+
Internals
2236
---------
2337

24-
- Fixed errors in the ``~/.transifexrc`` file generated by the ``create-transifexrc`` command;
25-
the correct value for ``rest_hostname`` is ``https://rest.api.transifex.com``.
26-
Note: ``create-transifexrc`` command and ``SPHINXINTL_TRANSIFEX_TOKEN`` have been deprecated.
27-
They will be removed after six months. Please use the TX_TOKEN environment variable instead.
38+
* drop six usage by @jdknight in https://github.com/sphinx-doc/sphinx-intl/pull/87
39+
* Add pyproject.toml, remove setup.py by @rffontenelle in https://github.com/sphinx-doc/sphinx-intl/pull/86
40+
* Drop six from pyproject.toml by @rffontenelle in https://github.com/sphinx-doc/sphinx-intl/pull/92
41+
* add readthedocs conf by @shimizukawa in https://github.com/sphinx-doc/sphinx-intl/pull/95
42+
* test: Update expectations for tx > 1.6.7 by @jpmckinney in https://github.com/sphinx-doc/sphinx-intl/pull/96
43+
* Cache using hash from pyproject.toml instead of setup.py by @rffontenelle in https://github.com/sphinx-doc/sphinx-intl/pull/99
44+
2845

2946
2.1.0 (2023/02/05)
3047
==================

0 commit comments

Comments
 (0)