You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## [3.0.0]
4
4
5
5
-**Breaking changes**:
6
-
-**Drop** Ruby 2.7 support, [EOL since 31/03/2023](https://www.ruby-lang.org/en/downloads/branches/), no longer compatible with newest version of bundler
6
+
-**Drop** Ruby 2.7 support, [EOL since 31/03/2023](https://www.ruby-lang.org/en/downloads/branches/), no longer compatible with newer versions of bundler
7
7
-**Drop** Ruby 3.0 support (EOL)
8
8
-**Additions**:
9
9
- WPA-PMKID-PMK [#162][#162]
@@ -24,14 +24,14 @@
24
24
- Different separators
25
25
-**Chore**:
26
26
- Add support for Ruby 3.4
27
-
- Change the way version is included. Insted of including a module `Version`, directly add the `VERSION` constant in the `HashIdentifier` class. It could avoid namespace collision with that kind of generic name.
27
+
- Change the way version is included. Instead of including a module `Version`, directly add the `VERSION` constant in the `HashIdentifier` class. It could avoid namespace collision with that kind of generic name.
28
28
-**Documentation**:
29
29
- Use syntax highlight for shell commands without output
30
30
- Add bash syntax highlight support
31
31
- Update docsify, docsify plugins
32
32
- Enhance of docsify theme
33
33
- Include version number in docsify scripts and themes as well as CDN url for easier update
0 commit comments