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: docs/source/changelog.rst
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,38 @@ Changelog
3
3
4
4
*Note: This changelog skips version 0.1.1*
5
5
6
-
Major release 2
6
+
reStructuredPython 2
7
7
---------------
8
8
9
9
.. raw:: html
10
10
11
11
<details>
12
-
<summary>2.5.0</summary>
12
+
<summary>2.6.0</summary>
13
13
<ul>
14
-
<li>Introduced <OPTIMIZE> markers, which allow restructuredpython code to be executed faster than cpython would normally when restructuredpython is installed.
14
+
<li>Add optimizations to functions</li>
15
+
<li>Fix <OPTIMIZE> not preserving indent</li>
16
+
<li>Add multithreading to loops</li>
15
17
</ul>
16
18
</details>
17
19
20
+
<details>
21
+
<summary>2.5.0 - 2.5.1</summary>
22
+
<details>
23
+
<summary>2.5.0</summary>
24
+
<ul>
25
+
<li>Introduced <OPTIMIZE> markers, which allow restructuredpython code to be executed faster than cpython would normally when restructuredpython is installed.
26
+
</ul>
27
+
</details>
28
+
<details>
29
+
<summary>2.5.1</summary>
30
+
<ul>
31
+
<li>Add syntax guide back for SEO and clarity by @sharktide in #95</li>
32
+
<li>Add -v and --version flags by @sharktide in #84</li>
33
+
<li>Explicitly state <OPTIMIZE...> on functions does nothing by @sharktide in #109</li>
0 commit comments