mirror of https://gitlab.com/basile.b/dexed.git
fix changelog typos
This commit is contained in:
parent
dd238100fd
commit
13c5b5eceb
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
- Toolchain: removed he background tool _dastworx_ and replaced it with a library called _libdexed-d_. Although this will not change the user experience:
|
- Toolchain: removed the background tool _dastworx_ and replaced it with a library called _libdexed-d_. Although this will not change the user experience:
|
||||||
- Thousands of system calls to create the process and read its streams are saved.
|
- Thousands of system calls to create the process and read its streams are saved.
|
||||||
- ddemangle not required anymore.
|
- ddemangle not required anymore.
|
||||||
- crash in the new library will be fatal, i.e the IDE will have to be relaunched, while previously the tool was launched again, without significant impact on the IDE.
|
- crash in the new library will be fatal from now, i.e the IDE will have to be relaunched, while previously the __dastworx was launched again, without significant impact on the IDE.
|
||||||
|
|
||||||
# v3.8.4
|
# v3.8.4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ if [ -z "$PUB_DEXED_RLZ" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PUB_DEXED_RLZ="H_AUTBZCrxUsh-XYTSXz"
|
|
||||||
curl -g --header "PRIVATE-TOKEN: $PUB_DEXED_RLZ" \
|
curl -g --header "PRIVATE-TOKEN: $PUB_DEXED_RLZ" \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--request DELETE "https://gitlab.com/api/v4/projects/15908229/jobs/"$1"/artifacts"
|
--request DELETE "https://gitlab.com/api/v4/projects/15908229/jobs/"$1"/artifacts"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue