mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove release mode from CI and move to the proper place in CHANGELOG
This commit is contained in:
parent
5fc89dfce6
commit
34da94cbad
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
time cargo build --release --example=hello --target=wasm32-wasi
|
||||
time cargo build --example=hello --target=wasm32-wasi
|
||||
|
@ -11,8 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Plugins now target wasm32-unknown-wasi and all wasm cfgs are gone
|
||||
|
||||
### Removed
|
||||
|
||||
- Plugins can no longer prevent users from logging in
|
||||
|
||||
### Fixed
|
||||
|
||||
## [0.15.0] - 2023-07-01
|
||||
@ -81,12 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Collision damage can now be applied in horizontal axes, in addition to the vertical axis
|
||||
- Items will vanish after 5 minutes to minimise performance problems
|
||||
- The language identifiers used by the i18n translation system have been converted to IETF BCP 47 (RFC 5646) language tags.
|
||||
- Plugins now target wasm32-unknown-wasi and all wasm cfgs are gone
|
||||
|
||||
### Removed
|
||||
|
||||
- Plugins can no longer prevent users from logging in
|
||||
|
||||
### Fixed
|
||||
|
||||
- Doors
|
||||
|
Loading…
Reference in New Issue
Block a user