summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2024-04-25 11:38:30 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-04-26 16:21:18 +0200
commit977f3a12b5c39c312136e6b2424e60b3b1e9725f (patch)
tree3d395529c535860bb6f0e189bb4afec84e308214
parent878fea5c5383e6c0f586f1fa5ab25f97385f4393 (diff)
Changes: Clarify building is also refactored for Python code
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b0c20a8..dae2fd2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,7 +7,7 @@
* Update go dependencies: eduoauth-go logging changes
* Cancel ProxyGuard in Cleanup function if it was started using the common functionality
* FSM Changes: Allow to go to disconnected from OAuthStarted and GettingConfig
-* Refactor makefile & building
+* Refactor makefile & building for Go and Python code
# 1.99.1 (2024-03-11)
* Disable type annotation for global eduVPN class as it gave a `SyntaxError` on some Python versions. See https://bugs.python.org/issue34939