django-imagekit
django-imagekit copied to clipboard
Where is the changelog?
Hello everyone,
Do you have changelog for this project? I found this link on pypi but it's a broken: http://django-imagekit.readthedocs.org/en/latest/changelog.html
Searching the docs source and I didn't find any. :(
It was removed. I was relying on @bryanveloso to update it with changes I was making which probably wasn't very reasonable. I'd love to see it return but it would have to be updated with the 3.X changes /:
What are the changes for 4.0? Could a changelog be added? @matthewwithanm
@AndreasBackx I will try to spend time and add changelog. Main changes for 4.0 compared to 3.x are:
- Dropping Python 2.6 and Python 3.2
- Dropping Django 1.2 and Django 1.3
- Adding support to Django 1.11
- Change how cache works by default (Now it's enabled by default)
There are also some other minor stuff.
You can see changes from 3.3 to 4.0 in git https://github.com/matthewwithanm/django-imagekit/compare/3.3...4.0
@vstoykov thanks for the quick reply. Everything remains compatible then? This isn't a "major" release meaning it doesn't make any breaking changes to the API?
It does not break API, but breaks compatibility. I was wondering if 3.4 or 4.0 is more appropriate for next version but in the end I chose 4.0. If you where up to date before that I think that there should be nothing to stop you from upgrade to 4.0
@vstoykov thank you for the info. I usually look through the changelog if I'm a couple of minor or even major versions behind so that's where the changelog helps.
I added info in the GitHub releases for the latest version https://github.com/matthewwithanm/django-imagekit/releases/tag/4.0
@matthewwithanm can you also look at it. Do you agree for putting changes there and the way how I made it.
And for 4.1?
Closest I can find is this tag https://github.com/matthewwithanm/django-imagekit/releases/tag/4.1.0
Yep. That's right. I've spend some time to improve the description to look more like a change log.