intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 31 forks source link

Please add change log #26

Closed keelung-yang closed 5 years ago

keelung-yang commented 6 years ago

There is no version change log. So somebody maybe confused about upgrading and other issues, e.g., in iso15765_example.py # CmISO157652TxMessage.flags bitfield union isn't implemented as of 2.12, we need to do it manually. msg.flags = 0 Now the lastest version is 2.15, so we have to check source to determine whether msg.flag is implemented.

drebbe-intrepid commented 5 years ago

@keelung-yang I agree with this, I'll look into adding changelogs to releases going forward.

drebbe-intrepid commented 5 years ago

Done.