e9fe5b278c
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
fixes:
|
|
- Whenever murano-engine accesses script files,
|
|
text script files are opened in 'rU' mode which recognizes all types of
|
|
newlines, and binary files are opened in 'rb' mode to prevent their
|
|
corruption.
|