updated changelog

This commit is contained in:
Theodor Diaconu 2016-09-23 14:10:28 +03:00
parent 0d5fbcaa1c
commit f8a07ff02f

View file

@ -1,3 +1,9 @@
## 1.1.0
- Added hypernova module which reduces queries to the database dramatically.
- Added a way to link collections via string when using addLinks
- Added "unique" parameter available to "One" and "One Meta" relationships, that adds a unique index into the database,
and when you fetch them from their inversed side, it will return a single value instead of an array.
## 1.0.10
- Fixed a bug with cleaning the field.
- Fixed the bug where you had one virtual collection, and all the other fields were applied