File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [3.4.0] - 2024-10-14
5
+ --------------------
6
+
7
+ Added
8
+ ~~~~~
9
+
10
+ - Book object for grouping EncEntry.
11
+
12
+ Changed
13
+ ~~~~~~~
14
+
15
+ - `AddEntryError ` is raised when adding an entry fails, instead of ValueError.
16
+ - The attribute EncEntry.has_pages has been removed. Use `len(EncEntry().pages) > 1 ` instead.
17
+ - The method `Encyclopaedia.add_entry_to_unlocked_entries() ` is now private and renamed to `Encyclopaedia._add_entry_to_unlocked_entries() `
18
+ - The method `EncEntry.add_entry_to_unlocked_entries() ` is now private and renamed to `EncEntry._add_entry_to_unlocked_entries() `
4
19
5
20
[3.3.0] - 2024-07-21
6
21
--------------------
Original file line number Diff line number Diff line change 1
- __version__ = "3.3 .0"
1
+ __version__ = "3.4 .0"
You can’t perform that action at this time.
0 commit comments