Zoom v0.15.1 Release Notes

Release Date: 2016-03-01 // about 8 years ago
  • ๐Ÿš€ This release fixes a bug that caused applications of the Order query modifier to sometimes return nil. If you chained Order together with other query modifiers, this could lead to an error:

    panic: runtime error: invalid memory address or nil pointer dereference [recovered]
    

    This fix is 100% backwards compatible with version 0.15.0.

    Full Changelog

    • ๐Ÿ›  Fixed a bug in Order that could sometimes cause nil pointers.