We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2db172 commit 741e164Copy full SHA for 741e164
CHANGELOG.md
@@ -1,5 +1,15 @@
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
9
+### Breaking Changes
10
+* Default enable Python utf8 mode, ref doc: https://docs.python.org/3/library/os.html#utf8-mode
11
12
13
## 1.1.0 (2025-07-24)
14
15
### Features
0 commit comments