Merge branch 'master' into settings
[diaspy.git] / Changelog.markdown
1 ## Changelog for `diaspy`, unofficla Diaspora\* API for Python
2
3 This changelog file follows few rules:
4
5 * __rem__: indicates removed features,
6 * __new__: indicates new features,
7 * __upd__: indicates updated features,
8 * __dep__: indicates deprecated features,
9
10 Deprecation means that in the next version feature will be removed.
11
12 Also, after every version there should be a brief note describing possible
13 problems with migrating to it from older versions and usage of new features.
14
15 Users can always read the manual and dcumentation to make themselves more knowledgeable and
16 are encouraged to do so. They only need to remember that documentation is usually more
17 up-to-date than manual and if conflicts appear they should follow the order:
18
19 *docstrings* -> *docs/* -> *manual/*
20
21
22 ----
23
24 Version `0.3.0` (2013-07-07):
25
26 First edition of Changelog for `diaspy`.
27 Developers should update their code as version `0.3.0` may not be fully
28 backwards compatible depending on how the code is written.
29 If you always pass named arguments and do not rely on their order you can, at least in
30 theory, not worry about this update.
31
32 Version `0.3.0` introduces few new features, fixes several bugs and brings a bit of
33 redesign and refactoring od `diaspy`'s code.
34
35 ----