File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,6 @@ All entry points must instanciate `e3.main.Main` to parse their options.
7373
7474Exceptions raised by ` e3 ` should derived from ` e3.error.E3Error ` .
7575
76- ### hasattr()
77-
78- Don't use hasattr() - this swallows exceptions and makes debugging much
79- harder. Use getattr() instead.
80-
81-
8276The ` e3 ` namespace
8377------------------
8478
Original file line number Diff line number Diff line change 11
2- # Version 22.3 .0 (2022 -??-??) * NOT RELEASED YET*
2+ # Version 22.4 .0 (2023 -??-??) * NOT RELEASED YET*
33
44* Nothing
55
6+ # Version 22.3.0 (2023-03-09) * NOT RELEASED YET*
7+
8+ * Add support for M1/M2 MacOS (aarch64-darwin platform)
9+ * e3.diff.patch raise an exception if there is no file to patch
10+ * Fix issue where anod download deps are not tracked
11+ * Add a SPDX document generator
12+ * Add an interface to NVD API
13+
614# Version 22.2.0 (2022-08-31)
715
816* Minor backward incompatible changes:
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ and sharing the same namespace: `e3`.
2626- * archive* : support for reading and writing tar and zip archives
2727- * collection* : generic collections, e.g. an implementation of Direct Acyclic
2828 Graphs
29+ - * cve* : small interface to NVD API to query CVE impacting a CPE
2930- * decorator* : Python decorators, e.g. a memoize decorator
3031- * diff* : functions to compute a diff or apply it
3132- * electrolyt* : support for parsing build plans
You can’t perform that action at this time.
0 commit comments