a0f8f374b8
This function was implemented instead of using the any2array function that stdlib exposes because before people were using older versions of stdlib. This function has now been available since stdlib 4.0.0 which is ealier 2013, we should now assume that people have a sufficient version of stdlib and can remove the custom os_any2array function we were carrying. Change-Id: Ia1df93e480ec3137c138ee87d39f5d0ce432722c
8 lines
316 B
YAML
8 lines
316 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The os_any2array function that the Horizon module used internally is now
|
|
removed and it instead uses the any2array function exposed by the stdlib
|
|
module. The stdlib module introduced the any2array function in 2013 so we
|
|
are now expecting that you are using atleast stdlib >= 4.0.0
|