File rubygem-acts_as_list.changes of Package rubygem-acts_as_list
-------------------------------------------------------------------
Mon Feb 3 09:09:02 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
- ## v1.2.4 - 2024-11-20
### Added
- funding_uri to gemspec
-------------------------------------------------------------------
Mon Nov 4 16:02:22 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## v1.2.3 - 2024-10-14
### Changed
- Use `.with_connection do |connection|` where possible instead of `.connection` [\#441](https://github.com/brendon/acts_as_list/pull/441) ([flood4life])
-------------------------------------------------------------------
Tue Jul 16 09:06:12 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## v1.2.2 - 2024-07-16
### Fixed
- Updated .gemspec to exclude unnecessary files from the gem package. [\#437](https://github.com/brendon/acts_as_list/pull/437) ([f440])
-------------------------------------------------------------------
Fri Jun 21 09:16:49 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.2.1, see bundled CHANGELOG.md
-------------------------------------------------------------------
Thu Nov 2 14:29:34 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## v1.1.0 - 2023-02-01
### Fixed (Possibly Breaking)
- Use `after_save` instead of `after_commit` for `clear_scope_changed` callback [\#407](https://github.com/brendon/acts_as_list/pull/407) ([@Flixt](https://github.com/Flixt))
- Rename `add_to_list_top` and `add_to_list_bottom` private methods to `avoid_collision` that handles both cases as well as the case where `:add_new_at` is `nil`. Setting an explicit position when `:add_new_at` is `nil` will now shuffle other items out of the way if necessary. *This may break existing workarounds you have in place to deal with this bug*. [\#411](https://github.com/brendon/acts_as_list/pull/411). ([brendon])
-------------------------------------------------------------------
Thu Jun 24 16:52:40 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.4
see installed CHANGELOG.md
## v1.0.4 - 2021-04-20
### Fixed
- Add Tests ruby 2.7 and 3.0 [\#393](https://github.com/brendon/acts_as_list/pull/393) ([QWYNG])
-------------------------------------------------------------------
Wed Jan 20 12:01:38 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.3
see installed CHANGELOG.md
## v1.0.3 - 2020-12-24
### Fixed
- Silence deprecation warnings in Rails 6 [\#384](https://github.com/brendon/acts_as_list/pull/384) ([h-lame])
- Add explicit requirement of ActiveSupport::Inflector [\#387](https://github.com/brendon/acts_as_list/pull/387) ([rdvdijk])
-------------------------------------------------------------------
Fri Sep 25 13:24:38 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 1.0.2
see installed CHANGELOG.md
## Unreleased
## v1.0.2 - 2020-09-14
### Fixed
- Get foreign key from reflections when possible [\#383](https://github.com/brendon/acts_as_list/pull/383) ([jefftsang])
### Removed
- gemspec: Drop defunct `rubyforge_project` directive [\#373](https://github.com/brendon/acts_as_list/pull/373) ([olleolleolle])
[olleolleolle]: https://github.com/olleolleolle
[jefftsang]: https://github.com/jefftsang
-------------------------------------------------------------------
Thu May 7 20:05:15 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Feb 10 13:53:11 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.0.0
see installed CHANGELOG.md
### Removed
- **BREAKING CHANGE**: Support for Rails 3.2 > 4.1 has been removed. 0.9.19 is the last version that supports
these Rails versions
### Added
- Added *Troubleshooting Database Deadlock Errors* section to `README.md`
- Added support for Rails 6.0 in testing
- Various README fixes
- A new method called `current_position` now exists and returns the integer position of the item it's
called on, or `nil` if the position isn't set.
-------------------------------------------------------------------
Thu Mar 14 10:48:42 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.9.19
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Nov 22 04:57:33 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.9.17
see installed CHANGELOG.md
## [v0.9.16](https://github.com/swanandp/acts_as_list/tree/v0.9.16) (2018-08-30)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.15...v0.9.16)
**Closed issues:**
- Re-ordering at specific position [\#318](https://github.com/swanandp/acts_as_list/issues/318)
- `no\_update` is not applied to subclasses [\#314](https://github.com/swanandp/acts_as_list/issues/314)
- NoMethodError: undefined method `acts\_as\_list' [\#303](https://github.com/swanandp/acts_as_list/issues/303)
- Cannot create item at position 0 [\#297](https://github.com/swanandp/acts_as_list/issues/297)
**Merged pull requests:**
- Unscope `select` to avoid PG::UndefinedFunction [\#283](https://github.com/swanandp/acts_as_list/pull/283) ([donv](https://github.com/donv))
-------------------------------------------------------------------
Wed Sep 5 09:59:53 UTC 2018 - coolo@suse.com
- updated to version 0.9.16
see installed CHANGELOG.md
## [v0.9.15](https://github.com/swanandp/acts_as_list/tree/v0.9.15) (2018-06-11)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.14...v0.9.15)
**Merged pull requests:**
- Fix \#314: `no\_update` is not applied to subclasses [\#315](https://github.com/swanandp/acts_as_list/pull/315) ([YoranBrondsema](https://github.com/YoranBrondsema))
-------------------------------------------------------------------
Tue Jun 12 10:00:56 UTC 2018 - factory-auto@kulow.org
- updated to version 0.9.15
see installed CHANGELOG.md
## [v0.9.14](https://github.com/swanandp/acts_as_list/tree/v0.9.14) (2018-06-05)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.13...v0.9.14)
**Closed issues:**
- `insert\_at` saves invalid ActiveRecord objects [\#311](https://github.com/swanandp/acts_as_list/issues/311)
**Merged pull requests:**
- \#311 Don't insert invalid ActiveRecord objects [\#312](https://github.com/swanandp/acts_as_list/pull/312) ([seanabrahams](https://github.com/seanabrahams))
-------------------------------------------------------------------
Tue Jun 5 23:00:48 UTC 2018 - factory-auto@kulow.org
- updated to version 0.9.14
see installed CHANGELOG.md
## [v0.9.13](https://github.com/swanandp/acts_as_list/tree/v0.9.13) (2018-06-05)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.12...v0.9.13)
**Merged pull requests:**
- Fix unique index constraint failure on item destroy [\#313](https://github.com/swanandp/acts_as_list/pull/313) ([yjukaku](https://github.com/yjukaku))
## [v0.9.12](https://github.com/swanandp/acts_as_list/tree/v0.9.12) (2018-05-02)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.11...v0.9.12)
**Closed issues:**
- acts\_as\_list methods on has\_many through [\#308](https://github.com/swanandp/acts_as_list/issues/308)
- Travis badge [\#307](https://github.com/swanandp/acts_as_list/issues/307)
- Unscoping breaks STI subclasses, but is soon to be fixed in Rails [\#291](https://github.com/swanandp/acts_as_list/issues/291)
- Refactor string eval for scope\_condition [\#227](https://github.com/swanandp/acts_as_list/issues/227)
**Merged pull requests:**
- mocha/minitest, not mocha/mini\_test now. [\#310](https://github.com/swanandp/acts_as_list/pull/310) ([jmarkbrooks](https://github.com/jmarkbrooks))
-------------------------------------------------------------------
Wed May 2 22:00:41 UTC 2018 - factory-auto@kulow.org
- updated to version 0.9.12
see installed CHANGELOG.md
## [v0.9.11](https://github.com/swanandp/acts_as_list/tree/v0.9.11) (2018-03-19)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.10...v0.9.11)
**Closed issues:**
- Setting `position: nil` on update returns `Column 'position' cannot be null` instead of putting the item at the start or the end of the list, like it does on create. [\#302](https://github.com/swanandp/acts_as_list/issues/302)
- Switching to Semaphore [\#301](https://github.com/swanandp/acts_as_list/issues/301)
- Dropping jruby support [\#300](https://github.com/swanandp/acts_as_list/issues/300)
- Rails 5.2.0 [\#299](https://github.com/swanandp/acts_as_list/issues/299)
- Cannot update record position when scoped to enum [\#298](https://github.com/swanandp/acts_as_list/issues/298)
- `add\_new\_at: :top` does not work [\#296](https://github.com/swanandp/acts_as_list/issues/296)
- remove\_from\_list causing "wrong number of arguments \(given 2, expected 0..1\)" [\#293](https://github.com/swanandp/acts_as_list/issues/293)
- Passing raw strings to reorder deprecated in Rails 5.2 [\#290](https://github.com/swanandp/acts_as_list/issues/290)
**Merged pull requests:**
- Fix Test Suite [\#306](https://github.com/swanandp/acts_as_list/pull/306) ([brendon](https://github.com/brendon))
- Add frozen\_string\_literal pragma to ruby files [\#305](https://github.com/swanandp/acts_as_list/pull/305) ([krzysiek1507](https://github.com/krzysiek1507))
- Use symbols instead of SQL strings for reorder \(for Rails 5.2\) [\#294](https://github.com/swanandp/acts_as_list/pull/294) ([jhawthorn](https://github.com/jhawthorn))
-------------------------------------------------------------------
Tue Mar 20 10:03:46 UTC 2018 - factory-auto@kulow.org
- updated to version 0.9.11
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Nov 20 12:01:41 UTC 2017 - mschnitzer@suse.com
- updated to version 0.9.10
# Closed issues:
* Make insert_at respect position when creating a new record #287
* Why does acts_as_list override rails validation on it's own field? #269
-------------------------------------------------------------------
Wed Oct 4 06:52:03 UTC 2017 - mschnitzer@suse.com
- updated to version 0.9.9
# Merged pull requests:
* Added fixed values option for scope array #286 (hooverlunch)
-------------------------------------------------------------------
Fri Sep 29 08:30:53 UTC 2017 - mdeniz@suse.com
- updated to version 0.9.8
Closed issues:
Deadlocking in update_positions count query #285
Updating the position fails uniqueness constraint. #275
-------------------------------------------------------------------
Thu Aug 3 19:02:34 UTC 2017 - coolo@suse.com
- updated to version 0.9.7
see installed CHANGELOG.md
## [v0.9.6](https://github.com/swanandp/acts_as_list/tree/v0.9.6) (2017-07-05)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.5...v0.9.6)
**Closed issues:**
- undefined method `+' for nil:NilClass [\#278](https://github.com/swanandp/acts_as_list/issues/278)
- Enum does not scope correctly [\#277](https://github.com/swanandp/acts_as_list/issues/277)
- Can we don't use remove\_from\_list when destroy a lot objects? [\#276](https://github.com/swanandp/acts_as_list/issues/276)
- The NoUpdate code rely's on AS::Concern [\#273](https://github.com/swanandp/acts_as_list/issues/273)
- ActiveRecord associations are no longer required \(even though belongs\_to\_required\_by\_default == true\) [\#268](https://github.com/swanandp/acts_as_list/issues/268)
- Unique constraint violation on move\_higher, move\_lower, destroy [\#267](https://github.com/swanandp/acts_as_list/issues/267)
**Merged pull requests:**
- Fix Fixnum deprecation warnings. [\#282](https://github.com/swanandp/acts_as_list/pull/282) ([patrickdavey](https://github.com/patrickdavey))
- Fix update to scope that was defined with an enum [\#281](https://github.com/swanandp/acts_as_list/pull/281) ([scottmalone](https://github.com/scottmalone))
- Refactor update\_all\_with\_touch [\#279](https://github.com/swanandp/acts_as_list/pull/279) ([ledestin](https://github.com/ledestin))
- Remove AS::Concern from NoUpdate [\#274](https://github.com/swanandp/acts_as_list/pull/274) ([brendon](https://github.com/brendon))
- Use `ActiveSupport.on\_load` to hook into ActiveRecord [\#272](https://github.com/swanandp/acts_as_list/pull/272) ([brendon](https://github.com/brendon))
## [v0.9.5](https://github.com/swanandp/acts_as_list/tree/v0.9.5) (2017-04-04)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.4...v0.9.5)
**Closed issues:**
- acts\_as\_list\_class.maximum\(position\_column\) is causing the entire table to lock [\#264](https://github.com/swanandp/acts_as_list/issues/264)
- Be more precise with unscope-ing [\#263](https://github.com/swanandp/acts_as_list/issues/263)
**Merged pull requests:**
- Use bottom\_position\_in\_list instead of the highest value in the table [\#266](https://github.com/swanandp/acts_as_list/pull/266) ([brendon](https://github.com/brendon))
- Be more surgical about unscoping [\#265](https://github.com/swanandp/acts_as_list/pull/265) ([brendon](https://github.com/brendon))
-------------------------------------------------------------------
Wed Apr 5 04:28:40 UTC 2017 - coolo@suse.com
- updated to version 0.9.5
see installed CHANGELOG.md
## [v0.9.4](https://github.com/swanandp/acts_as_list/tree/v0.9.4) (2017-03-16)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.3...v0.9.4)
**Merged pull requests:**
- Optimize first? and last? instance methods. [\#262](https://github.com/swanandp/acts_as_list/pull/262) ([marshall-lee](https://github.com/marshall-lee))
-------------------------------------------------------------------
Fri Mar 17 05:28:26 UTC 2017 - coolo@suse.com
- updated to version 0.9.4
see installed CHANGELOG.md
## [v0.9.3](https://github.com/swanandp/acts_as_list/tree/v0.9.3) (2017-03-14)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.2...v0.9.3)
**Closed issues:**
- Rails 5.1.0.beta1 deprecation [\#257](https://github.com/swanandp/acts_as_list/issues/257)
- Move item X after item Y [\#256](https://github.com/swanandp/acts_as_list/issues/256)
- Is there way to specify the position when creating a resource? [\#255](https://github.com/swanandp/acts_as_list/issues/255)
**Merged pull requests:**
- Don't update a child destroyed via relation [\#261](https://github.com/swanandp/acts_as_list/pull/261) ([brendon](https://github.com/brendon))
- No update list for collection classes [\#260](https://github.com/swanandp/acts_as_list/pull/260) ([IlkhamGaysin](https://github.com/IlkhamGaysin))
- Fix deprecation introduced in ActiveRecord 5.1.0.beta1. Closes \#257 [\#259](https://github.com/swanandp/acts_as_list/pull/259) ([CvX](https://github.com/CvX))
- Refactor column definer module [\#258](https://github.com/swanandp/acts_as_list/pull/258) ([ledestin](https://github.com/ledestin))
-------------------------------------------------------------------
Tue Mar 14 05:34:30 UTC 2017 - coolo@suse.com
- updated to version 0.9.3
see installed CHANGELOG.md
## [v0.9.2](https://github.com/swanandp/acts_as_list/tree/v0.9.2) (2017-02-07)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.1...v0.9.2)
**Closed issues:**
- Getting invalid input syntax for uuid [\#253](https://github.com/swanandp/acts_as_list/issues/253)
-------------------------------------------------------------------
Tue Feb 14 05:28:49 UTC 2017 - coolo@suse.com
- updated to version 0.9.2
see installed CHANGELOG.md
## [v0.9.1](https://github.com/swanandp/acts_as_list/tree/v0.9.1) (2017-01-26)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.9.0...v0.9.1)
**Closed issues:**
- DEPRECATION WARNING on rails 5.0 as of acts\_as\_list 0.9 [\#251](https://github.com/swanandp/acts_as_list/issues/251)
- highter\_items returns items with the same position value [\#247](https://github.com/swanandp/acts_as_list/issues/247)
- Broken with unique constraint on position [\#245](https://github.com/swanandp/acts_as_list/issues/245)
**Merged pull requests:**
- fixes \#251 table\_exists? deprecation warning with Rails 5.0 [\#252](https://github.com/swanandp/acts_as_list/pull/252) ([zharikovpro](https://github.com/zharikovpro))
## [v0.9.0](https://github.com/swanandp/acts_as_list/tree/v0.9.0) (2017-01-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.2...v0.9.0)
**Closed issues:**
- warning: too many arguments for format string [\#239](https://github.com/swanandp/acts_as_list/issues/239)
- Broken tests related to time comparison [\#238](https://github.com/swanandp/acts_as_list/issues/238)
- Shuffling positions is halting the callback chain [\#234](https://github.com/swanandp/acts_as_list/issues/234)
- Reorder positions [\#233](https://github.com/swanandp/acts_as_list/issues/233)
- Tests break when upgrading from 0.7.2 to 0.7.4 [\#228](https://github.com/swanandp/acts_as_list/issues/228)
- RE \#221 needing a test [\#226](https://github.com/swanandp/acts_as_list/issues/226)
- Adding to existing model with data and methods don't work [\#209](https://github.com/swanandp/acts_as_list/issues/209)
- Position is set incorrectly when circular dependencies exist [\#153](https://github.com/swanandp/acts_as_list/issues/153)
**Merged pull requests:**
- Revert "Updates documentation with valid string interpolation syntax" [\#250](https://github.com/swanandp/acts_as_list/pull/250) ([brendon](https://github.com/brendon))
- Updates documentation with valid string interpolation syntax [\#249](https://github.com/swanandp/acts_as_list/pull/249) ([naveedkakal](https://github.com/naveedkakal))
- Comply to tests warnings [\#248](https://github.com/swanandp/acts_as_list/pull/248) ([randoum](https://github.com/randoum))
- insert\_at respects unique not null check \(\>= 0\) db constraints [\#246](https://github.com/swanandp/acts_as_list/pull/246) ([zharikovpro](https://github.com/zharikovpro))
- acts\_as\_list\_no\_update [\#244](https://github.com/swanandp/acts_as_list/pull/244) ([randoum](https://github.com/randoum))
- Update README.md [\#243](https://github.com/swanandp/acts_as_list/pull/243) ([rahuldstiwari](https://github.com/rahuldstiwari))
- Fixed tests to prevent warning: too many arguments for format string [\#242](https://github.com/swanandp/acts_as_list/pull/242) ([brendon](https://github.com/brendon))
- Be explicit about ordering when mapping :pos [\#241](https://github.com/swanandp/acts_as_list/pull/241) ([brendon](https://github.com/brendon))
- Improve load method [\#240](https://github.com/swanandp/acts_as_list/pull/240) ([brendon](https://github.com/brendon))
- Fix non regular sequence movement [\#237](https://github.com/swanandp/acts_as_list/pull/237) ([tiagotex](https://github.com/tiagotex))
- Add travis config for testing against multiple databases [\#236](https://github.com/swanandp/acts_as_list/pull/236) ([fschwahn](https://github.com/fschwahn))
- Extract modules [\#229](https://github.com/swanandp/acts_as_list/pull/229) ([ledestin](https://github.com/ledestin))
-------------------------------------------------------------------
Mon Jan 23 05:28:22 UTC 2017 - coolo@suse.com
- updated to version 0.9.0
see installed CHANGELOG.md
## [v0.8.2](https://github.com/swanandp/acts_as_list/tree/v0.8.2) (2016-09-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.1...v0.8.2)
**Closed issues:**
- We're a repo now, no longer a fork attached to rails/acts\_as\_list [\#232](https://github.com/swanandp/acts_as_list/issues/232)
- Break away from rails/acts\_as\_list [\#224](https://github.com/swanandp/acts_as_list/issues/224)
- Problem when inserting straight at top of list [\#109](https://github.com/swanandp/acts_as_list/issues/109)
**Merged pull requests:**
- Show items with same position in higher and lower items [\#231](https://github.com/swanandp/acts_as_list/pull/231) ([jpalumickas](https://github.com/jpalumickas))
- fix setting position when previous position was nil [\#230](https://github.com/swanandp/acts_as_list/pull/230) ([StoneFrog](https://github.com/StoneFrog))
-------------------------------------------------------------------
Sat Oct 8 04:28:39 UTC 2016 - coolo@suse.com
- updated to version 0.8.2
see installed CHANGELOG.md
## [v0.8.1](https://github.com/swanandp/acts_as_list/tree/v0.8.1) (2016-09-06)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.8.0...v0.8.1)
**Closed issues:**
- Rubinius Intermittent testing error [\#218](https://github.com/swanandp/acts_as_list/issues/218)
- ActiveRecord dependency causes rake assets:compile to fail without access to a database [\#84](https://github.com/swanandp/acts_as_list/issues/84)
**Merged pull requests:**
- Refactor class\_eval with string into class\_eval with block [\#215](https://github.com/swanandp/acts_as_list/pull/215) ([rdvdijk](https://github.com/rdvdijk))
-------------------------------------------------------------------
Sat Sep 10 04:28:24 UTC 2016 - coolo@suse.com
- updated to version 0.8.1
see installed CHANGELOG.md
## [v0.8.0](https://github.com/swanandp/acts_as_list/tree/v0.8.0) (2016-08-23)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.7...v0.8.0)
**Closed issues:**
- Behavior with DB default seems unclear [\#219](https://github.com/swanandp/acts_as_list/issues/219)
**Merged pull requests:**
- No longer a need specify additional rbx gems [\#225](https://github.com/swanandp/acts_as_list/pull/225) ([brendon](https://github.com/brendon))
- Fix position when no serial positions [\#223](https://github.com/swanandp/acts_as_list/pull/223) ([jpalumickas](https://github.com/jpalumickas))
- Bug: Specifying a position with add\_new\_at: :top fails to insert at that position [\#220](https://github.com/swanandp/acts_as_list/pull/220) ([brendon](https://github.com/brendon))
## [v0.7.7](https://github.com/swanandp/acts_as_list/tree/v0.7.7) (2016-08-18)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.6...v0.7.7)
**Closed issues:**
- Issue after upgrading to 0.7.5: No connection pool with id primary found. [\#214](https://github.com/swanandp/acts_as_list/issues/214)
- Changing scope is inconsistent based on add\_new\_at [\#138](https://github.com/swanandp/acts_as_list/issues/138)
- Duplicate positions and lost items [\#76](https://github.com/swanandp/acts_as_list/issues/76)
**Merged pull requests:**
- Add quoted table names to some columns [\#221](https://github.com/swanandp/acts_as_list/pull/221) ([jpalumickas](https://github.com/jpalumickas))
- Appraisals cleanup [\#217](https://github.com/swanandp/acts_as_list/pull/217) ([brendon](https://github.com/brendon))
- Fix insert\_at\_position in race condition [\#195](https://github.com/swanandp/acts_as_list/pull/195) ([danielross](https://github.com/danielross))
-------------------------------------------------------------------
Fri Aug 19 04:29:33 UTC 2016 - coolo@suse.com
- updated to version 0.7.7
see installed CHANGELOG.md
## [v0.7.6](https://github.com/swanandp/acts_as_list/tree/v0.7.6) (2016-07-15)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.5...v0.7.6)
**Closed issues:**
- add\_new\_at nil with scope causes NoMethodError [\#211](https://github.com/swanandp/acts_as_list/issues/211)
**Merged pull requests:**
- Add class method acts\_as\_list\_top as reader for configured top\_of\_list [\#213](https://github.com/swanandp/acts_as_list/pull/213) ([krzysiek1507](https://github.com/krzysiek1507))
- Bugfix/add new at nil on scope change [\#212](https://github.com/swanandp/acts_as_list/pull/212) ([greatghoul](https://github.com/greatghoul))
-------------------------------------------------------------------
Fri Jul 15 04:31:53 UTC 2016 - coolo@suse.com
- updated to version 0.7.6
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Jul 1 04:28:35 UTC 2016 - coolo@suse.com
- updated to version 0.7.5
see installed CHANGELOG.md
## [Unreleased](https://github.com/swanandp/acts_as_list/tree/HEAD)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.4...HEAD)
**Closed issues:**
- Undefined instance variable @scope\_changed since 0.7.3 [\#199](https://github.com/swanandp/acts_as_list/issues/199)
## [v0.7.4](https://github.com/swanandp/acts_as_list/tree/v0.7.4) (2016-04-15)
[Full Changelog](https://github.com/swanandp/acts_as_list/compare/v0.7.3...v0.7.4)
**Closed issues:**
- Releasing a new gem version [\#196](https://github.com/swanandp/acts_as_list/issues/196)
**Merged pull requests:**
- Fix scope changed [\#200](https://github.com/swanandp/acts_as_list/pull/200) ([brendon](https://github.com/brendon))
-------------------------------------------------------------------
Sat May 21 04:28:46 UTC 2016 - coolo@suse.com
- updated to version 0.7.4
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Apr 14 04:28:24 UTC 2016 - coolo@suse.com
- updated to version 0.7.3
no changelog found
-------------------------------------------------------------------
Wed May 6 04:28:32 UTC 2015 - coolo@suse.com
- updated to version 0.7.2
no changelog found
-------------------------------------------------------------------
Sat May 2 04:28:53 UTC 2015 - coolo@suse.com
- updated to version 0.7.0
no changelog found
-------------------------------------------------------------------
Mon Feb 9 07:58:50 UTC 2015 - coolo@suse.com
- updated to version 0.6.0
-------------------------------------------------------------------
Mon Oct 13 05:39:15 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Feb 23 09:24:49 UTC 2014 - coolo@suse.com
- updated to version 0.4.0
-------------------------------------------------------------------
Mon Aug 26 05:05:53 UTC 2013 - coolo@suse.com
- updated to version 0.3.0
-------------------------------------------------------------------
Sat Apr 13 15:33:42 UTC 2013 - coolo@suse.com
- updated to version 0.2.0
-------------------------------------------------------------------
Wed Dec 5 19:16:53 UTC 2012 - coolo@suse.com
- initial package (version 0.1.9)