16
0
Christophe Marin
2024-11-21 08:26:42 +00:00
committed by Git OBS Bridge
parent e9a13e1d27
commit b01e14e826
6 changed files with 40 additions and 24 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Nov 16 17:29:37 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.11.80
* New feature release
- Changes since 24.08.3:
* fix build on musl libc linuxes (header sys/types.h missing in asttransformer.cpp)
* cls is not only for __new__ methods a valid first argument.
* Fix a crash in CodeHelpers::expressionUnderCursor()
* kdevpdb: reduce clazy warnings in DebugSession implementation
* Fix unused QString
* Fix c++11 range-loop might detach Qt container
* Fix Don't use temporary for QRegularexpression
* Fix Wclazy-qmap-with-pointer-key
* Lock the DUChain when retrieving the declaration for a StructureType (kde#444055)
-------------------------------------------------------------------
Tue Nov 5 10:43:13 UTC 2024 - Christophe Marin <christophe@krop.fr>