How would I find all the discontinuities in the following function.
$$f(x)=\begin{cases} x+2,&\text{if }x<-2\\ 2,&\text{if }x=-2\\ -x^2+4,&\text{if }-2<x\le 1\\ x+1,&\text{if }1<x\;. \end{cases}$$
I have found jump discontinuities in $x=-2$ and $x=1$ but I am unsure if those are all the ones there are.