diff --git a/ChangeLog b/ChangeLog index 343608d2a..adba0e488 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,15 @@ Possiblility to overide defaut settings by adding in QElectroTech.conf * QetGraphicsItem, remove the function applyRotation and rotateBy, and use instead the native function of QGraphicsItem : setRotation * DXF export : fix some double items in dxf file. * DXF export : add some colors for basic shapes inside dxf. -* +* Fix compilation warning (clang and gcc). +* Function for search conductor at the same potential. +When the search function is searching in a terminal element, they search only for the first terminal found, no matter if the terminal element have more than two terminals. +So the list of conductors at the same potential is missing some conductors. +This commit fix it, now the search function search for every terminals of a terminal element. + + + + ====== ChangeLog from 0.5 to 0.6 ====== In the official collection, there are now 4106 elements, and 539 categoris for a total of 4645 files