From c2d07184489ae733ff7dcb6c3e395cf682e7bb5b Mon Sep 17 00:00:00 2001 From: Derek Gulbranson Date: Sun, 13 Nov 2022 18:59:30 -0800 Subject: [PATCH] update release notes and resources --- docs/release_log.rst | 2 ++ docs/resources.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/docs/release_log.rst b/docs/release_log.rst index 6430d05..a6d6aa4 100644 --- a/docs/release_log.rst +++ b/docs/release_log.rst @@ -2,6 +2,8 @@ Release Log =========== * 1.1.2 - November 13, 2022 - Add support for attributes in constructor (#140) + - Make HumanName instances hashable (#138) + - Update repr for names with single quotes (#137) * 1.1.1 - January 28, 2022 - Fix bug in is_suffix handling of lists (#129) * 1.1.0 - January 3, 2022 diff --git a/docs/resources.rst b/docs/resources.rst index 6cc28e8..8934aae 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -7,6 +7,8 @@ Naming Practices and Resources * Wikipedia_Anthroponymy_ * Wikipedia_Naming_conventions_ * Wikipedia_List_Of_Titles_ + * Tussenvoegsel_ + * Family_Name_Affixes_ .. _US_Census_Surname_Data_2000: https://www.census.gov/data/developers/data-sets/surnames/2000.html .. _US_Social_Security_Administration_Baby_Names_Index: https://www.ssa.gov/oact/babynames/limits.html @@ -14,3 +16,5 @@ Naming Practices and Resources .. _Wikipedia_Anthroponymy: https://en.wikipedia.org/wiki/Anthroponymy .. _Wikipedia_Naming_conventions: http://en.wikipedia.org/wiki/Wikipedia:Naming_conventions_(people) .. _Wikipedia_List_Of_Titles: https://en.wikipedia.org/wiki/Title +.. _Tussenvoegsel: https://en.wikipedia.org/wiki/Tussenvoegsel +.. _Family_Name_Affixes : https://en.wikipedia.org/wiki/List_of_family_name_affixes