File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,14 @@ Bug reports and pull requests are highly welcomed and appreciated. This project
297
297
298
298
## Changelog
299
299
300
+ <details >
301
+ <summary >0.1.3</summary >
302
+
303
+ * add support to move element into another group ([ #5 ] ( https://github.com/richardboehme/lexorank/pull/5 ) , by [ @bookis ] ( https://github.com/bookis ) )
304
+ * add the ` no_rank? ` method ([ #5 ] ( https://github.com/richardboehme/lexorank/pull/5 ) , by [ @bookis ] ( https://github.com/bookis ) )
305
+ * remove in memory operations with the collection when calling ` move_to `
306
+ </details >
307
+
300
308
<details >
301
309
<summary >0.1.2</summary >
302
310
Original file line number Diff line number Diff line change 1
1
module Lexorank
2
- VERSION = '0.1.2 '
2
+ VERSION = '0.1.3 '
3
3
end
You can’t perform that action at this time.
0 commit comments