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: CHANGES.rst
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,46 @@
2
2
CHANGES
3
3
=======
4
4
5
-
2.2.0 (unreleased)
5
+
2.2.0 (2024/04/20)
6
6
==================
7
7
8
8
Environments
9
9
------------
10
10
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
+
11
14
Incompatibility
12
15
---------------
13
16
14
17
Features
15
18
--------
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.
17
29
18
30
Documentation
19
31
-------------
20
32
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
22
36
---------
23
37
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
0 commit comments