Changelog for
ruby2.4-rubygem-acts-as-taggable-on-4.0.0-2.5.x86_64.rpm :
Tue Aug 2 14:00:00 2016 cooloAATTsuse.com
- updated to version 4.0.0
see installed CHANGELOG.md
Wed Mar 4 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.5.0
* [AATTrikettsie Fixed collation for MySql via rake rule or config parameter](https://github.com/mbleigh/acts-as-taggable-on/pull/634)
Thu Feb 12 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.4.4
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.4.3
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Mon Jul 14 14:00:00 2014 cooloAATTsuse.com
- updated to version 3.3.0
* Breaking Changes
Taggable models are not extend with ActsAsTaggableOn::Utils anymore
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 3.2.3
* Breaking Changes
* Taggable models are not extend with ActsAsTaggableOn::Utils anymore
* Features
* Fixes
* Performance
* Misc
* Deleted outdated benchmark script
[#]## [3.2.0 / 2014-05-1](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.1.1...v3.2.0)
* Breaking Changes
* ActsAsTaggableOn::Tag is not extend with ActsAsTaggableOn::Utils anymore
* Features
* [AATTchess #413 Hook to support STI subclasses of Tag in save_tags](https://github.com/mbleigh/acts-as-taggable-on/pull/413)
* Fixes
* [AATTjdelStrother #515 Rename Compatibility methods to reduce chance of conflicts ](https://github.com/mbleigh/acts-as-taggable-on/pull/515)
* [AATTseuros #512 fix for << method](https://github.com/mbleigh/acts-as-taggable-on/pull/512)
* [AATTsonots #510 fix IN subquery error for mysql](https://github.com/mbleigh/acts-as-taggable-on/pull/510)
* [AATTjonseaberg #499 fix for race condition when multiple processes try to add the same tag](https://github.com/mbleigh/acts-as-taggable-on/pull/499)
* [AATTleklund #496 Fix for distinct and postgresql json columns errors](https://github.com/mbleigh/acts-as-taggable-on/pull/496)
* [AATTthatbettina & AATTplexus #394 Multiple quoted tags](https://github.com/mbleigh/acts-as-taggable-on/pull/496)
* Performance
* Misc
* [AATTseuros #511 Rspec 3](https://github.com/mbleigh/acts-as-taggable-on/pull/511)
[#]## [3.1.0 / 2014-03-31](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.1...v3.1.0)
* Fixes
* [AATTmikehale #487 Match_all respects context](https://github.com/mbleigh/acts-as-taggable-on/pull/487)
* Performance
* [AATTdgilperez #390 Add taggings counter cache](https://github.com/mbleigh/acts-as-taggable-on/pull/390)
* Misc
* [AATTjonseaberg Add missing indexes to schema used in specs #474](https://github.com/mbleigh/acts-as-taggable-on/pull/474)
Sat Mar 15 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.2
[AATTmikehale #486 Match_all respects context. Backport of #487]
Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.1
* [AATTrafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
* [AATTbzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
* [AATTznz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
* Misc
* [AATTbillychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
* [AATTseuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)
* [AATTseuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)
* [AATTseuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)
* [AATTtakashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)
[#]## [3.0.1 / 2014-01-08](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.0.0...v3.0.1)
* Fixes
* [AATTrafael #406 Dirty attributes not correctly derived](https://github.com/mbleigh/acts-as-taggable-on/pull/406)
* [AATTbzbnhang #440 Did not respect strict_case_match](https://github.com/mbleigh/acts-as-taggable-on/pull/440)
* [AATTznz #456 Fix breaking encoding of tag](https://github.com/mbleigh/acts-as-taggable-on/pull/456)
* Misc
* [AATTbillychan #386 Add parse:true instructions to README](https://github.com/mbleigh/acts-as-taggable-on/pull/386)
* [AATTseuros #449 Improve README/UPGRADING/post install docs](https://github.com/mbleigh/acts-as-taggable-on/pull/449)
* [AATTseuros #452 Remove I18n deprecation warning in specs](https://github.com/mbleigh/acts-as-taggable-on/pull/452)
* [AATTseuros #453 Test against Ruby 2.1 on Travis CI](https://github.com/mbleigh/acts-as-taggable-on/pull/453)
* [AATTtakashi #454 Clarify example in docs](https://github.com/mbleigh/acts-as-taggable-on/pull/454)
Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.0.0
* Breaking Changes
* No longer supports Ruby 1.8.
* Features
* Supports Rails 4.1.
* Misc (TODO: expand)
* [zquest #359](https://github.com/mbleigh/acts-as-taggable-on/pull/359)
* [rsl #367](https://github.com/mbleigh/acts-as-taggable-on/pull/367)
* [ktdreyer #383](https://github.com/mbleigh/acts-as-taggable-on/pull/383)
* [cwoodcox #346](https://github.com/mbleigh/acts-as-taggable-on/pull/346)
* [mrb #421](https://github.com/mbleigh/acts-as-taggable-on/pull/421)
* [bf4 #430](https://github.com/mbleigh/acts-as-taggable-on/pull/430)
* [sanemat #368](https://github.com/mbleigh/acts-as-taggable-on/pull/368)
* [bf4 #343](https://github.com/mbleigh/acts-as-taggable-on/pull/343)
* [marclennox #429](https://github.com/mbleigh/acts-as-taggable-on/pull/429)
* [shekibobo #403](https://github.com/mbleigh/acts-as-taggable-on/pull/403)
* [ches ktdreyer #410](https://github.com/mbleigh/acts-as-taggable-on/pull/410)
* [makaroni4 #371](https://github.com/mbleigh/acts-as-taggable-on/pull/371)
* [kenzai dstosik awt #431](https://github.com/mbleigh/acts-as-taggable-on/pull/431)
* [bf4 joelcogen shekibobo aaronchi #438](https://github.com/mbleigh/acts-as-taggable-on/pull/438)
* [seuros #442](https://github.com/mbleigh/acts-as-taggable-on/pull/442)
* [bf4 #445](https://github.com/mbleigh/acts-as-taggable-on/pull/445)
* [eaglemt #446](https://github.com/mbleigh/acts-as-taggable-on/pull/446)
Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 2.4.1
Mon Sep 27 14:00:00 2010 kkaempfAATTnovell.com
- update to git master
fix misspelling in cache
fix to get all tags for a custom context owned or unowned by
specifying nil to owner_tags_on
Thu Jun 10 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.0.6
Rails 3 support
- use rubygems_requires macro
Wed Feb 24 13:00:00 2010 mrueckertAATTsuse.de
- update to 1.1.5
Wed Jan 6 13:00:00 2010 prusnakAATTsuse.cz
- updated to 1.0.18
Sun Dec 20 13:00:00 2009 prusnakAATTsuse.cz
- updated to 1.0.15
Tue Nov 10 13:00:00 2009 mrueckertAATTsuse.de
- initial package