Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e7258d

Browse files
committedApr 22, 2021
Merge unreleased changelog entries
1 parent 957b5dd commit 1e7258d

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed
 

‎CHANGELOG.rst

+18-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
#########
22
Changelog
33
#########
4-
All notable changes to the kytos-napps project will be documented in this file.
4+
5+
All notable changes to the ``of_stats`` project will be documented in this file.
56

67
[UNRELEASED] - Under development
78
********************************
89
Added
910
=====
10-
- Added support for automated tests and CI with Travis.
1111

1212
Changed
1313
=======
14-
- Changed README.rst to include some info badges.
15-
- Yala substitutes Pylama as the main linter checker.
16-
- Updated requirements.
1714

1815
Deprecated
1916
==========
@@ -23,34 +20,43 @@ Removed
2320

2421
Fixed
2522
=====
26-
- Enable of_stats in Scrutinizer.
27-
- Fixed some linter issues.
28-
- Fixed user_speed unit test.
29-
- Fixed setup.py changing it to one inspired by of_core.
3023

3124
Security
3225
========
3326

34-
[2.0] - 2021-04-16
27+
Changed
28+
=======
29+
30+
31+
[2.0] - 2021-04-22
3532
******************
33+
Added
34+
=====
35+
- Added support for automated tests and CI with Travis.
36+
3637
Changed
3738
=======
3839
- Replaced RRDtool by ``kytos/kronos`` to persist the statistics.
3940
- Refactored ``AggregateStats``, ``FlowStats`` and ``PortStats`` class
4041
to use ``kytos/kronos`` to save data.
41-
- Changed ``setup.py`` to catch exception for linter error.
4242
- Updated ``requirements.txt`` file.
43-
- Updated OpenAPI and ``README.rst`` file.
4443
- Moved unit tests to ``tests/unit`` dir.
44+
- Changed ``setup.py`` to catch exception for linter error.
45+
- Updated OpenAPI and ``README.rst`` file.
4546
- Added ``kytos/kronos`` as dependency.
47+
- Yala substitutes Pylama as the main linter checker.
48+
- Changed README.rst to include some info badges.
4649

4750
Removed
4851
=======
4952
- Removed RRDtool dependencies.
5053

5154
Fixed
5255
=====
56+
- Fixed ``user_speed`` unit test.
57+
- Fixed ``setup.py`` changing it to one inspired by ``of_core``.
5358
- Fixed linter issues.
59+
- Enable ``of_stats`` in Scrutinizer.
5460

5561

5662
[1.1.0] - 2018-04-20

0 commit comments

Comments
 (0)
Please sign in to comment.