We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6bc72 commit 2e0978fCopy full SHA for 2e0978f
1 file changed
CHANGES.md
@@ -1,5 +1,13 @@
1
# Changes
2
3
+## 1.4.2 (unreleased)
4
+
5
+Changes
6
7
+Bug Fixes
8
9
+- Added missing memory allocation checks in C layer.
10
11
## 1.4.1
12
13
Changes
@@ -18,7 +26,6 @@ Changes
18
26
19
27
Bug Fixes
20
28
21
-- Added missing memory allocation checks in C layer.
22
29
- Fixed (rare) bug where `FITS.hdu_list` and `FITS.hdu_map` can go out of sync.
23
30
- Added global lock on `cfitsio` calls for non-reentrant builds.
24
31
- Marked tests for reproducible lossy float compression as xfail for external
0 commit comments