Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list of API changes in wiki #23

Open
dragly opened this issue Feb 10, 2018 · 1 comment
Open

Add list of API changes in wiki #23

dragly opened this issue Feb 10, 2018 · 1 comment
Milestone

Comments

@dragly
Copy link
Member

dragly commented Feb 10, 2018

We have made a number of API changes from 0.4 to 1.0. These should be documented in the wiki. Some are breaking changes and some are deprecations that will be broken in 1.1 or later.

  • A simple way to find all deprecations is to look for any mention of deprecation or any warnings in the diff.
  • A simple way to find all breaking changes might be to use git diff 0.4..dev | grep def, which should list all function definitions that have changed.
@dragly dragly added this to the v1.0 milestone Feb 10, 2018
@lepmik
Copy link
Member

lepmik commented Nov 22, 2018

Is this still necessary when we move to the filesystem version? There are many breaks, and few users... @dragly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants