chore: move XDebug changes to version 1.8.1 section in CHANGES.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
David J Eddy
2026-03-23 11:49:00 +01:00
co-authored by Claude Sonnet 4.6
parent 00f6ef57d5
commit f44f52f54f
+14 -4
View File
@@ -1,3 +1,17 @@
# Version 1.8.1
### Changes
* Enable DEBUG build arg in docker-compose.yml for development builds
* Sort XDebug configuration directives alphabetically in dev/xdebug.ini
### Fixes
* Fix VS Code XDebug pathMappings to use `${workspaceFolder}` instead of deprecated `${workspaceRoot}` in CONTRIBUTING.md
* Fix XDebug port to 9003 for XDebug 3 compatibility in CONTRIBUTING.md
### Removals
# Version 1.8.0
## What's Changed
@@ -337,10 +351,6 @@
* Fix txn API scope backwards compat in [#10640](https://github.com/appwrite/appwrite/pull/10640)
* Fix block schedules in [#10620](https://github.com/appwrite/appwrite/pull/10620)
* Update .NET SDK to 0.21.2 and improve release detection in [#10641](https://github.com/appwrite/appwrite/pull/10641)
* Enable DEBUG build arg in docker-compose.yml for development builds
* Fix VS Code XDebug pathMappings to use `${workspaceFolder}` instead of deprecated `${workspaceRoot}` in CONTRIBUTING.md
* Fix XDebug port to 9003 for XDebug 3 compatibility in CONTRIBUTING.md
* Sort XDebug configuration directives alphabetically in dev/xdebug.ini
* Make methods protected for extending in [#10617](https://github.com/appwrite/appwrite/pull/10617)
# Version 1.7.4