Skip to content

Commit ac1ec39

Browse files
authored
Add changelog entry for fixed adodbapi macro (#2324)
1 parent dc34d21 commit ac1ec39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ https://mhammond.github.io/pywin32_installers.html .
1414
Coming in build 309, as yet unreleased
1515
--------------------------------------
1616

17+
## pywin32
1718
* Added support for relative path for `pywin32_postinstall`'s `-destination` argument (#2454, @Avasam)
1819
* The postinstall script is now available as a console script. You can invoke it in one of two new methods: (#2408, @Avasam)
1920
1. `python -m pywin32_postinstall -install` (recommended)
@@ -41,6 +42,9 @@ Coming in build 309, as yet unreleased
4142
* Fixed PythonService DoLogMessage raising fatal GIL lock error (#2426, JacobNolan1)
4243
* Fixed and improved the following demos: `ddeclient`, `ddeserver`, `EvtSubscribe_push`, `openGLDemo`, `guidemo`, `ocxserialtest`, `ocxtest`, `testMSOffice.TestWord8` (#2290, #2281, #2291, #2478 @Avasam)
4344

45+
## adodbapi
46+
* Fixes `NameError: name 'os' is not defined` error for `"getenv"` macro in `adodbapi.process_connect_string.macro_call` (#2283, @Avasam)
47+
4448
Build 308, released 2024-10-12
4549
------------------------------
4650
* Fix Pythonwin displaying syntax errors in Python 3.13 (#2393)

0 commit comments

Comments
 (0)