mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix some text formatting
This commit is contained in:
parent
df14e83838
commit
4d5636c66d
1 changed files with 14 additions and 8 deletions
|
|
@ -5,20 +5,23 @@
|
||||||
|
|
||||||
## Change
|
## Change
|
||||||
|
|
||||||
The behavior of AudioTransportSource::hasStreamFinished has been updated to correctly return true when the stream has finished.
|
The behavior of AudioTransportSource::hasStreamFinished has been updated to
|
||||||
|
correctly return true when the stream has finished.
|
||||||
|
|
||||||
**Possible Issues**
|
**Possible Issues**
|
||||||
|
|
||||||
This change may affect any code that relied on the previous behavior, where the method never returned true.
|
This change may affect any code that relied on the previous behavior, where the
|
||||||
|
method never returned true.
|
||||||
|
|
||||||
**Workaround**
|
**Workaround**
|
||||||
|
|
||||||
Review and update any code that depends on hasStreamFinished or any registered ChangeListeners that respond to stream completion.
|
Review and update any code that depends on hasStreamFinished or any registered
|
||||||
|
ChangeListeners that respond to stream completion.
|
||||||
|
|
||||||
**Rationale**
|
**Rationale**
|
||||||
|
|
||||||
The previous behavior, where hasStreamFinished never returned true, was incorrect.
|
The previous behavior, where hasStreamFinished never returned true, was
|
||||||
This update ensures the method works as intended.
|
incorrect. This update ensures the method works as intended.
|
||||||
|
|
||||||
|
|
||||||
## Change
|
## Change
|
||||||
|
|
@ -27,11 +30,13 @@ Support for Arm32 in Projucer has been removed for Windows targets.
|
||||||
|
|
||||||
**Possible Issues**
|
**Possible Issues**
|
||||||
|
|
||||||
Projucer projects targeting Arm32 on Windows will no longer be able to select that option.
|
Projucer projects targeting Arm32 on Windows will no longer be able to select
|
||||||
|
that option.
|
||||||
|
|
||||||
**Workaround**
|
**Workaround**
|
||||||
|
|
||||||
Select Arm64 or Arm64EC instead of Arm32, and port any 32-bit specific code to 64-bit.
|
Select Arm64 or Arm64EC instead of Arm32, and port any 32-bit specific code to
|
||||||
|
64-bit.
|
||||||
|
|
||||||
**Rationale**
|
**Rationale**
|
||||||
|
|
||||||
|
|
@ -44,7 +49,8 @@ The Javascript implementation has been moved into a independent juce module.
|
||||||
|
|
||||||
**Possible Issues**
|
**Possible Issues**
|
||||||
|
|
||||||
Any existing use of JavascriptEngine, JSCursor, or JSObject will fail to compile.
|
Any existing use of JavascriptEngine, JSCursor, or JSObject will fail to
|
||||||
|
compile.
|
||||||
|
|
||||||
**Workaround**
|
**Workaround**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue