1546 in Ireland
| |||||
Centuries: |
| ||||
---|---|---|---|---|---|
Decades: |
| ||||
See also: | Other events of 1546 List of years in Ireland |
Events from the year 1546 in Ireland.
Events
- February 7 – John Bathe becomes Principal Solicitor for Ireland.
- May 30 – Cornelius O'Dea is nominated by Henry VIII as first Church of Ireland Bishop of Killaloe (consecrated 12 July).
- October 28 – Thomas Butler, 10th Earl of Ormond succeeds the earldom following the death of his father James.
- Sir John Alan, Lord Chancellor of Ireland, is removed from office by the Privy Council of England on a complaint of corruption, and Sir Richard Reade is sent to Dublin to replace him.
Deaths
- October 28 – James Butler, 9th Earl of Ormonde (b. c.1515)
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.