Skip to content

Commit 8d26d8b

Browse files
committedOct 5, 2023
Update changelog and readme
1 parent aa3b9a4 commit 8d26d8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Unreleased version
22

3+
3.6.0
4+
* Support Rails 7.1 [Harshal Bhakta](https://github.com/harshalbhakta)
5+
* Improve ImpossibleMove error message [AlejandroFernandesAntunes](https://github.com/AlejandroFernandesAntunes)
6+
37
3.5.0
48
* Support Rails 7.0.0 [Peter Berkenbosch](https://github.com/peterberkenbosch) and [Andrew Hampton](https://github.com/andrewhampton)
59
* Make `order_column` option more flexible by removing explicit `=> :asc` [Regis Millet](https://github.com/Kulgar)

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models.
77
It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.
88

9-
Version 3.2 supports Rails 6, 3.1 supports Rails 5 & 4. Version 2 supports Rails 3.
9+
Older versions: Version 3.2 supports Rails 6, 3.1 supports Rails 5 & 4. Version 2 supports Rails 3.
1010
Gem versions prior to 2.0 support Rails 2.
1111

1212
## What makes this so awesome?

0 commit comments

Comments
 (0)
Please sign in to comment.