Mongoid v3.1.6 Release Notes

  • Resolved Issues

    • ๐Ÿ‘ฏ #3337 Ensure localized fields map is cloned with inheritance.

    • ๐Ÿ›  #3262 Fixed atomic array operations on HABTM foreign key fields from turning single elements into arrays.

    • ๐Ÿ›  #3282 Fixed .timeless option to use a thread local instead of a class attribute. Also remove the timeless methods from all docs, and only add to timestamps docs. (Arthur Neves)