File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- #### master
3
+
4
+ #### Release 3.0.0
4
5
5
6
This new version includes a major redesign of the library internals, with the goal to drastically
6
7
improve the lookup time while reducing storage space.
@@ -16,6 +17,7 @@ and/or removed. You can find more information at GH-133.
16
17
- CHANGED: ` PublicSuffix::List ` no longer implements Enumerable. Instead, use ` #each ` to loop over, or get an Enumerator.
17
18
- CHANGED: Redesigned internal list storage and lookup algorithm to achieve O(1) lookup time (see GH-133 ).
18
19
20
+
19
21
#### Release 2.0.5
20
22
21
23
- CHANGED: Updated definitions.
Original file line number Diff line number Diff line change 6
6
7
7
module PublicSuffix
8
8
# The current library version.
9
- VERSION = "2 .0.5 " . freeze
9
+ VERSION = "3 .0.0 " . freeze
10
10
end
You can’t perform that action at this time.
0 commit comments