django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Where is the changelog?

Open zkanda opened this issue 10 years ago • 9 comments

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. :(

zkanda avatar Sep 24 '14 06:09 zkanda

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 /:

matthewwithanm avatar Sep 24 '14 12:09 matthewwithanm

What are the changes for 4.0? Could a changelog be added? @matthewwithanm

AndreasBackx avatar Feb 26 '17 20:02 AndreasBackx

@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 avatar Feb 27 '17 11:02 vstoykov

@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?

AndreasBackx avatar Feb 27 '17 12:02 AndreasBackx

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 avatar Feb 27 '17 16:02 vstoykov

@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.

AndreasBackx avatar Feb 27 '17 17:02 AndreasBackx

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.

vstoykov avatar Mar 02 '17 18:03 vstoykov

And for 4.1?

Closest I can find is this tag https://github.com/matthewwithanm/django-imagekit/releases/tag/4.1.0

philgyford avatar Dec 15 '21 14:12 philgyford

Yep. That's right. I've spend some time to improve the description to look more like a change log.

vstoykov avatar Dec 17 '21 07:12 vstoykov