We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc62de2 commit 5a48bdaCopy full SHA for 5a48bda
2 files changed
doc/Changelog.md
@@ -1,4 +1,7 @@
1
2
+## 0.1.5
3
+- (#26) - Correct a whitespace issue found during bytecode pre-compilation
4
+
5
## 0.1.4
6
- Update XML writer to properly emit ignore and illegal bins
7
- Update XML reader to properly read crossExpr elements
src/ucis/yaml/yaml_factory.py
@@ -9,4 +9,4 @@ class YamlFactory():
9
10
@staticmethod
11
def read(file_or_filename) -> UCIS:
12
-
+ pass
0 commit comments