Skip to content

Commit 7166302

Browse files
authored
V1.4 changelog (#109)
* update changelog * bump to 1.4.0b0
1 parent aa891ac commit 7166302

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Changes
33

44
v1.4.0
55
~~~~~~
6-
- refactored `.build()` function to support in-memory array inputs and outputs
6+
- added `.build_array()` which supports file or in memory inputs and array outputs
7+
- added `.build_file()` - an alias to `.build()`
8+
- refactored `.build()` function to support file or in-memory array inputs and file outputs
79
- the call to subprocess calls the binary directly (shell=False)
810
- file_info methods return None instead of 0 when the value is not available
911
- fixed bug in `file_info.bitrate()`, which was returning bitdepth

sox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Version info"""
44

55
short_version = '1.4'
6-
version = '1.4.0a2'
6+
version = '1.4.0b0'

0 commit comments

Comments
 (0)