Skip to content

Commit bdf37cd

Browse files
committed
update CHANGELOG
1 parent 9efba6f commit bdf37cd

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# Changelog
22

3-
**3.6.4** (in progress, last updated 27 September 2024)
3+
**3.6.5** (in progress, last updated 16 April 2025)
44

55
*No user-visible changes yet.*
66

77

8+
---
9+
10+
**3.6.4** (16 April 2025) - hotfix:
11+
12+
**IMPORTANT REMINDER**:
13+
14+
When installing `mcpyrate`, pass the `--no-compile` flag to `pip`.
15+
16+
It is not possible to customize the compile command in the package metadata. Python's default (without the `--no-compile`) incorrectly precompiles `mcpyrate` into bytecode *without enabling macro support*. This will cause any package that depends on `mcpyrate` and attempts to use macros from `mcpyrate` (e.g. quasiquotes) to mysteriously fail.
17+
18+
See [README](README.md) and [troubleshooting](doc/troubleshooting.md) for details.
19+
20+
**Fixed**
21+
22+
- Fix text colorization mechanism so that `setcolor` and `colorize` now work correctly in the input prompt supplied to `input` when using `readline`. While `mcpyrate` itself doesn't use the feature in this particular way, it's part of the public API, so it has been fixed as part of obsessive correctness.
23+
24+
825
---
926

1027
**3.6.3** (27 September 2024) - hotfix:

0 commit comments

Comments
 (0)