Changelog.md in surrounded-1.0.0 vs Changelog.md in surrounded-1.1.0
- old
+ new
@@ -1,8 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [1.1.0]
+
+- Dropped support for Ruby below 2.7 to take advantage of the ellipsis for argument forwarding
+- Memoize the Negotiator methods for interface
+
+## [1.0.1]
+
+- Fix a bug where shortcut_triggers would not work with keyword initialize
+
## [1.0.0]
- Drop deprecations around Context initialize method. It now requires keyword arguments. Non-keyword argumennts may be used with initialize_without_keywords
- Remove code supporting exception cause it InvalidRoleType prior to ruby 2.1