We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946c924 commit 663350dCopy full SHA for 663350d
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Pyconcrete Changelog
2
3
+## 1.1.? (????)
4
+
5
+### Bug fixes
6
+* Add `__file__` for entry pye script https://github.com/Falldog/pyconcrete/issues/123
7
+* Fix `sys.argv` to support unicode https://github.com/Falldog/pyconcrete/issues/124
8
+ * Python 3.7 on Windows is not support
9
10
+### Breaking Changes
11
+* Default enable Python utf8 mode, ref doc: https://docs.python.org/3/library/os.html#utf8-mode
12
13
14
## 1.1.0 (2025-07-24)
15
16
### Features
0 commit comments