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/changelog/v6.4.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,25 @@ Please read out [compatibility commitment](https://murex.rocks/compatibility.htm
22
22
23
23
None
24
24
25
-
## Features
25
+
## v6.4.1xxx
26
+
27
+
### Features
28
+
29
+
*`runtime`: new flag: `--about` reports information about the Murex system. Useful for debugging ([issue #896](https://github.com/lmorg/murex/issues/896))
30
+
31
+
*`runtime`: `--go-gc` now forces the garbage collector to deallocate memory rather than just marking memory as unused ([issue #896](https://github.com/lmorg/murex/issues/896))
32
+
33
+
### Bug Fixes
34
+
35
+
*`expr` fix panic when using parentheses in dot notation ([issue #892](https://github.com/lmorg/murex/issues/892))
36
+
37
+
* versioning: only auto-version if `$MUREX_DEV` is set
38
+
39
+
* versioning: `0` pad semver revision to 4 characters
40
+
41
+
## v6.4.0xxx
42
+
43
+
### Features
26
44
27
45
* IO redirection: smarter file pipes which solve the race condition seen in traditional shells where you try to write to the same file you're reading from (EXPERIMENTAL) ([issue #851](https://github.com/lmorg/murex/issues/851))
28
46
@@ -56,7 +74,7 @@ None
56
74
57
75
* mxtty: updated `csv` support ([commit](https://github.com/lmorg/murex/pull/887/commits/9fb0ab53f7c32556fc54f66b977048d2f1563b64), [read more](https://github.com/lmorg/mxtty))
58
76
59
-
## Bug Fixes
77
+
###Bug Fixes
60
78
61
79
* private functions: mutex added to mitigate a potential race condition ([issue #883](https://github.com/lmorg/murex/issues/883))
62
80
@@ -78,7 +96,7 @@ You rock!
78
96
79
97
<hr>
80
98
81
-
Published: 22.11.2024 at 21:32
99
+
Published: 11.12.2024 at 22:09
82
100
83
101
## See Also
84
102
@@ -92,6 +110,8 @@ Published: 22.11.2024 at 21:32
92
110
Outputs an element from a nested structure
93
111
*[How To Contribute](../Murex/CONTRIBUTING.md):
94
112
Murex is community project. We gratefully accept contributions
Copy file name to clipboardExpand all lines: gen/changelog/v6.4.inc.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,25 @@ Please read out [compatibility commitment](https://murex.rocks/compatibility.htm
18
18
19
19
None
20
20
21
-
## Features
21
+
## v6.4.1xxx
22
+
23
+
### Features
24
+
25
+
*`runtime`: new flag: `--about` reports information about the Murex system. Useful for debugging ([issue #896](https://github.com/lmorg/murex/issues/896))
26
+
27
+
*`runtime`: `--go-gc` now forces the garbage collector to deallocate memory rather than just marking memory as unused ([issue #896](https://github.com/lmorg/murex/issues/896))
28
+
29
+
### Bug Fixes
30
+
31
+
*`expr` fix panic when using parentheses in dot notation ([issue #892](https://github.com/lmorg/murex/issues/892))
32
+
33
+
* versioning: only auto-version if `$MUREX_DEV` is set
34
+
35
+
* versioning: `0` pad semver revision to 4 characters
36
+
37
+
## v6.4.0xxx
38
+
39
+
### Features
22
40
23
41
* IO redirection: smarter file pipes which solve the race condition seen in traditional shells where you try to write to the same file you're reading from (EXPERIMENTAL) ([issue #851](https://github.com/lmorg/murex/issues/851))
24
42
@@ -52,7 +70,7 @@ None
52
70
53
71
* mxtty: updated `csv` support ([commit](https://github.com/lmorg/murex/pull/887/commits/9fb0ab53f7c32556fc54f66b977048d2f1563b64), [read more](https://github.com/lmorg/mxtty))
54
72
55
-
## Bug Fixes
73
+
###Bug Fixes
56
74
57
75
* private functions: mutex added to mitigate a potential race condition ([issue #883](https://github.com/lmorg/murex/issues/883))
0 commit comments