Skip to content

Commit edc2602

Browse files
Minor changes in the changelog.
1 parent 2cdd174 commit edc2602

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

changelog.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,25 @@ Release 2.0 [27/02/2015]
99
Changed
1010
~~~~~~~
1111

12-
* Fades stopped using xattr and now is storing venvs metadata on a json encode file. `#29 <https://github.com/PyAr/fades/issues/29>`_
13-
Now you can think fades as a venvs cache. The venv isn't directly linked to a script.
14-
Fades has a venvs database and search in it for a venv that fulfill the marked dependencies
15-
and if it doesn't exist will create one.
12+
* Fades stopped using xattr and now is storing venvs metadata on a json
13+
encode file. `#29 <https://github.com/PyAr/fades/issues/29>`_
14+
15+
Now you can think fades as a venvs cache. The venv isn't directly linked
16+
to a script. Fades has a venvs database and searchs in it for a venv
17+
that fulfills the marked dependencies, and if it doesn't exist will
18+
create one.
19+
1620
* ``pkg_resources`` from ``setuptools`` is now a dependency.
1721

22+
* You can now specify a project name, if it's different than the module.
23+
1824

1925
Fixed
2026
~~~~~
2127

22-
* Improvements and fixes on parsing and dependencies comparison. #17, #33, #37, #41, #43 and #50
28+
* Improvements and fixes on parsing and dependencies comparison. #17,
29+
#33, #37, #41, #43 and #50
30+
2331
* Other minors bugs.
2432

2533
Check the full list of issues on this release `here <https://github.com/PyAr/fades/issues?q=is%3Aissue+milestone%3A%22Release+2%22+is%3Aclosed+sort%3Acreated-asc>`_

0 commit comments

Comments
 (0)