Skip to content

Commit e590abd

Browse files
committed
Add changelog entry
1 parent 6bd9cf6 commit e590abd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/release.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Improvements
4343
Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec)
4444
are still silently caught.
4545
By :user:`David Stansby <dstansby>`, :issue:`550`.
46-
46+
* Build aarch64 wheels on linux.
47+
By :user:`David Stansby <dstansby>`, :issue:`531`
4748

4849
0.14.1
4950
------
@@ -116,13 +117,24 @@ Enhancements
116117
* Cleaned up the table of contents in the documentation to list codecs by category
117118
:user:`David Stansby <dstansby>`, :issue:`458`.
118119

120+
Fix
121+
~~~
122+
123+
119124
Maintenance
120125
~~~~~~~~~~~
121126
* Change format() and old string formatting to f-strings.
122127
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`439`.
123128
* Remove pin on Sphinx
124129
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`552`.
125130

131+
* Restrict the number of wheels built on pull requests.
132+
By :user:`David Stansby <dstansby>`, :issue:`531`
133+
134+
* Add an option to build all wheels on pull requests by adding
135+
the 'build all wheels' label.
136+
By :user:`David Stansby <dstansby>`, :issue:`531`
137+
126138

127139
.. _release_0.13.0:
128140

0 commit comments

Comments
 (0)