diff --git a/AUTHORS b/AUTHORS index a66bf7c0..a371f816 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,7 +6,7 @@ Matt Dennewitz Deepak Thukral Florian Schlachter Steve Challis -Wilson Júnior +Wilson Júnior Dan Crosta https://github.com/dcrosta Laine Herron https://github.com/LaineHerron @@ -23,7 +23,7 @@ that much better: * flosch * Deepak Thukral * Colin Howe - * Wilson Júnior (https://github.com/wpjunior) + * Wilson Júnior (https://github.com/wpjunior) * Alistair Roche * Dan Crosta * Viktor Kerkez @@ -34,7 +34,7 @@ that much better: * Mircea Pasoi * Matt Chisholm * James Punteney - * TimothéePeignier + * TimothéePeignier * Stuart Rackham * Serge Matveenko * Matt Dennewitz @@ -46,7 +46,7 @@ that much better: * Nick Vlku * martin * Flavio Amieiro - * Анхбаяр Лхагвадорж + * Ð�нхбаÑ�Ñ€ Лхагвадорж * Zak Johnson * Victor Farazdagi * vandersonmota @@ -75,7 +75,7 @@ that much better: * Adam Parrish * jpfarias * jonrscott - * Alice Zoë Bevan-McGregor (https://github.com/amcgregor/) + * Alice Zoë Bevan-McGregor (https://github.com/amcgregor/) * Stephen Young * tkloc * aid @@ -111,7 +111,7 @@ that much better: * Tristan Escalada * Alexander Koshelev * Jaime Irurzun - * Alexandre González + * Alexandre González * Thomas Steinacher * Tommi Komulainen * Peter Landry @@ -119,7 +119,7 @@ that much better: * Anton Kolechkin * Sergey Nikitin * psychogenic - * Stefan Wójcik (https://github.com/wojcikstefan) + * Stefan Wójcik (https://github.com/wojcikstefan) * dimonb * Garry Polley * James Slagle @@ -147,7 +147,7 @@ that much better: * Gustavo Gawryszewski * Max Countryman * caitifbrito - * lcya86 刘春洋 + * lcya86 刘春洋 * Martin Alderete (https://github.com/malderete) * Nick Joyce * Jared Forsyth @@ -174,7 +174,7 @@ that much better: * Paul Uithol (https://github.com/PaulUithol) * Thom Knowles (https://github.com/fleat) * Paul (https://github.com/squamous) - * Olivier Cortès (https://github.com/Karmak23) + * Olivier Cortès (https://github.com/Karmak23) * crazyzubr (https://github.com/crazyzubr) * FrankSomething (https://github.com/FrankSomething) * Alexandr Morozov (https://github.com/LK4D4) @@ -183,7 +183,7 @@ that much better: * Daniel Ward (https://github.com/danielward) * Aniket Deshpande (https://github.com/anicake) * rfkrocktk (https://github.com/rfkrocktk) - * Gustavo Andrés Angulo (https://github.com/woakas) + * Gustavo Andrés Angulo (https://github.com/woakas) * Dmytro Popovych (https://github.com/drudim) * Tom (https://github.com/tomprimozic) * j0hnsmith (https://github.com/j0hnsmith) @@ -198,7 +198,7 @@ that much better: * Martyn Smith (https://github.com/martynsmith) * Andrei Zbikowski (https://github.com/b1naryth1ef) * Ronald van Rij (https://github.com/ronaldvanrij) - * François Schmidts (https://github.com/jaesivsm) + * François Schmidts (https://github.com/jaesivsm) * Eric Plumb (https://github.com/professorplumb) * Damien Churchill (https://github.com/damoxc) * Aleksandr Sorokoumov (https://github.com/Gerrrr) @@ -211,12 +211,12 @@ that much better: * Axel Haustant (https://github.com/noirbizarre) * David Czarnecki (https://github.com/czarneckid) * Vyacheslav Murashkin (https://github.com/a4tunado) - * André Ericson https://github.com/aericson) + * André Ericson https://github.com/aericson) * Mikhail Moshnogorsky (https://github.com/mikhailmoshnogorsky) * Diego Berrocal (https://github.com/cestdiego) * Matthew Ellison (https://github.com/seglberg) * Jimmy Shen (https://github.com/jimmyshen) - * J. Fernando Sánchez (https://github.com/balkian) + * J. Fernando Sánchez (https://github.com/balkian) * Michael Chase (https://github.com/rxsegrxup) * Eremeev Danil (https://github.com/elephanter) * Catstyle Lee (https://github.com/Catstyle) @@ -228,3 +228,4 @@ that much better: * Vicki Donchenko (https://github.com/kivistein) * Emile Caron (https://github.com/emilecaron) * Amit Lichtenberg (https://github.com/amitlicht) + * Gang Li (https://github.com/iici-gli) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4e9dea58..fd06f6e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,8 @@ Changes in 0.10.1 - DEV - Document save's save_condition error raises `SaveConditionError` exception #1070 - Fix Document.reload for DynamicDocument. #1050 - StrictDict & SemiStrictDict are shadowed at init time. #1105 +- Fix ListField minus index assignment does not work. #1119 +- Remove code that marks field as changed when the field has default but not existed in database #1126 Changes in 0.10.0 =================